CTSStagCountDF | R Documentation |
Extracts the tag count for all detected TSSs in all CAGE datasets
from CAGEexp
objects.
CTSStagCountDF(object)
## S4 method for signature 'CAGEexp'
CTSStagCountDF(object)
CTSStagCountGR(object, samples)
## S4 method for signature 'CAGEexp'
CTSStagCountGR(object, samples)
CTSStagCountSE(object)
## S4 method for signature 'CAGEexp'
CTSStagCountSE(object)
object |
A |
samples |
For |
Returns an object with number of CAGE tags supporting each TSS (rows) in every CAGE dataset (columns). The class of the object depends on the function being called:
CTSStagCountDF
: A DataFrame
of Rle
integers.
CTSStagCountSE
: A RangedSummarizedExperiment
containing a
DataFrameof
Rle' integers.
CTSStagCountGR
: A CTSS
object (wrapping GRanges
) containing a score
column indicating expression values for a given sample, or a
GRangesList
of CTSS
objects.
Vanja Haberle
Charles Plessy
getCTSS()
Other CAGEr accessor methods:
CTSScoordinatesGR()
,
CTSScumulativesTagClusters()
,
CTSSnormalizedTpmDF()
,
GeneExpDESeq2()
,
GeneExpSE()
,
consensusClustersGR()
,
expressionClasses()
,
filteredCTSSidx()
,
genomeName()
,
inputFiles()
,
inputFilesType()
,
librarySizes()
,
sampleLabels()
,
seqNameTotalsSE()
,
tagClustersGR()
CTSStagCountDF(exampleCAGEexp)
CTSStagCountGR(exampleCAGEexp, 1)
CTSStagCountGR(exampleCAGEexp, "all")
CTSStagCountSE(exampleCAGEexp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.