RDML (version 0.9-8)

annotationType: annotationType R6 class.

Description

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.

Usage

annotationType

Arguments

Format

An R6Class generator object.

Fields

property

checkString. Property name

value

checkString. Value

Examples

Run this code
# NOT RUN {
#set sex property
annotationType$new(property = "sex", value = "M")
# }

Run the code above in your browser using DataLab