collapseReplicates | R Documentation |
Collapses all replicates merges all samples from a BSFDataSet object into a single signal stream, only split by minus and plus strand.
collapseReplicates(object, collapseAll = FALSE)
object |
a |
collapseAll |
TRUE/FALSE, if all samples should be collapsed (TRUE), or if samples should be kept separate by condition (FALSE) |
object of type BSFDataSet
with updated signal
BSFDataSet
# load data
files <- system.file("extdata", package="BindingSiteFinder")
load(list.files(files, pattern = ".rda$", full.names = TRUE))
bdsNew = collapseReplicates(bds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.