powered by
Annotate samples by setting a property and its value. For example, sex could be a property with the possible values M or F. Inherits: rdmlBaseType.
An R6Class generator object.
R6Class
checkString. Property name
checkString. Value
RDML::rdmlBaseType -> annotationType
RDML::rdmlBaseType
annotationType
annotationType$new()
annotationType$clone()
Inherited methods RDML::rdmlBaseType$.asXMLnodes() RDML::rdmlBaseType$copy() RDML::rdmlBaseType$print()
RDML::rdmlBaseType$.asXMLnodes()
RDML::rdmlBaseType$copy()
RDML::rdmlBaseType$print()
new()
annotationType$new(property, value)
clone()
The objects of this class are cloneable with this method.
annotationType$clone(deep = FALSE)
deep
Whether to make a deep clone.
#set sex property annotationType$new(property = "sex", value = "M")
Run the code above in your browser using DataLab