annotationType {RDML}R Documentation

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

Format

An R6Class generator object.

Fields

property

checkString. Property name

value

checkString. Value

Examples

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

[Package RDML version 1.0 Index]