Description Usage Details Value Examples
Meta schema
1 |
V2 version for meta data schema
a Metadata object
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.