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