getMeta | R Documentation |
Meta data is stored as a data.frame
and must contain the columns
"condition", "clPlus" and "clMinus".
getMeta(object)
## S4 method for signature 'BSFDataSet'
getMeta(object)
object |
a BSFDataSet object |
returns the meta data data.frame
with the columns "condition",
"clPlus" and "clMinus".
BSFDataSet
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
getMeta(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.