Metadata: Meta schema

Description Usage Details Value Examples

Description

Meta schema

Usage

1

Details

V2 version for meta data schema

Value

a Metadata object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# show schema (you can still provide customized one)
# empty beause they are all NULL
Metadata()
# show schema
Metadata()$show(TRUE)
# or
names(Metadata()$asList(TRUE))
# returned meta field is actually define as function too, direclty
# call them will give you details
platform()
paired_end()
quality_scale()
# check their suggested value and construct your metadata
Metadata(platform  = "Affymetrix SNP Array 6.0", paired_end = 1, quality_scale = "sanger")

sbg/sevenbridges-r documentation built on March 26, 2021, 3:33 p.m.