Description Usage Arguments Value Author(s) Examples
Calculates cumulative sum of CAGE signal along each tag cluster or consensus cluster in every CAGE dataset within CAGEset object.
1 2 | cumulativeCTSSdistribution(object, clusters, useMulticore = FALSE,
nrCores = NULL)
|
object |
A |
clusters |
Which clusters should be used. Can be either |
useMulticore |
Logical, should multicore be used. |
nrCores |
Number of cores to use when |
The slot CTSScumulativesTagClusters
(when clusters = "tagClusters"
) or CTSScumulativesConsensusClusters
(when clusters = "consensusClusters"
) of the provided CAGEset
object will be occupied by the list containing cumulative sum of the CAGE signal along genomic regions per CAGE experiment.
Vanja Haberle
1 2 3 | load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))
cumulativeCTSSdistribution(object = exampleCAGEset, clusters = "tagClusters")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.