getMeta {BindingSiteFinder} | 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".
# load data files <- system.file("extdata", package="BindingSiteFinder") load(list.files(files, pattern = ".rda$", full.names = TRUE)) getMeta(bds)