cumulativeCTSSdistribution | R Documentation |
Calculates the cumulative sum of normalised CAGE counts along each tag cluster or consensus cluster in every sample within a CAGEr object.
cumulativeCTSSdistribution(
object,
clusters = c("tagClusters", "consensusClusters"),
useMulticore = FALSE,
nrCores = NULL
)
## S4 method for signature 'CAGEexp'
cumulativeCTSSdistribution(
object,
clusters = c("tagClusters", "consensusClusters"),
useMulticore = FALSE,
nrCores = NULL
)
object |
A |
clusters |
|
useMulticore |
Logical, should multicore be used.
|
nrCores |
Number of cores to use when |
In CAGEexp
objects, cumulative sums for the tag clusters are
stored in the metadata slot using the RleList
class. For consensus
clusters, they are stored in assays of the consensusClusters
experiment
slot of the CAGEexp
object.
Vanja Haberle
Charles Plessy
Other CAGEr object modifiers:
CTSStoGenes()
,
CustomConsensusClusters()
,
aggregateTagClusters()
,
annotateCTSS()
,
distclu()
,
getCTSS()
,
normalizeTagCount()
,
paraclu()
,
quantilePositions()
,
quickEnhancers()
,
resetCAGEexp()
,
summariseChrExpr()
Other CAGEr clusters functions:
CTSScumulativesTagClusters()
,
CustomConsensusClusters()
,
aggregateTagClusters()
,
consensusClustersDESeq2()
,
consensusClustersGR()
,
distclu()
,
paraclu()
,
plotInterquantileWidth()
,
quantilePositions()
,
tagClustersGR()
cumulativeCTSSdistribution(exampleCAGEexp, clusters = "tagClusters")
CTSScumulativesTagClusters(exampleCAGEexp)[[1]][1:6]
cumulativeCTSSdistribution(exampleCAGEexp, clusters = "consensusClusters")
CTSScumulativesCC(exampleCAGEexp)[[1]][1:6]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.