annotationType: annotationType R6 class.

Description Usage Format Fields Examples

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

1

Format

An R6Class generator object.

Fields

property

checkString. Property name

value

checkString. Value

Examples

1
2
#set sex property
annotationType$new(property = "sex", value = "M")

RDML documentation built on June 25, 2019, 5:03 p.m.