Description Usage Arguments Value Author(s) See Also Examples
Extracts the tag count for all detected TSSs in all CAGE datasets
from CAGEset
and CAGEexp
objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | CTSStagCount(object)
## S4 method for signature 'CAGEset'
CTSStagCount(object)
## S4 method for signature 'CAGEexp'
CTSStagCount(object)
CTSStagCountDf(object)
## S4 method for signature 'CAGEset'
CTSStagCountDf(object)
## S4 method for signature 'CAGEexp'
CTSStagCountDf(object)
CTSStagCountDF(object)
## S4 method for signature 'CAGEset'
CTSStagCountDF(object)
## S4 method for signature 'CAGEexp'
CTSStagCountDF(object)
CTSStagCountDA(object)
## S4 method for signature 'CAGEr'
CTSStagCountDA(object)
CTSStagCountGR(object, samples)
## S4 method for signature 'CAGEr'
CTSStagCountGR(object, samples)
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:
CTSStagCount
: A data.frame
, containing coordinates and expression values.
CTSStagCountDf
: A 'data.frameā, containing only expression values.
CTSStagCountDF
: A DataFrame
of Rle
integers.
CTSStagCountDA
: A DelayedArray
wrapping 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.
Vanja Haberle
Charles Plessy
Other CAGEr accessor methods: CTSSclusteringMethod
,
CTSScoordinates
,
CTSScumulativesTagClusters
,
CTSSnormalizedTpm
,
CTSStagCountTable
,
GeneExpDESeq2
, GeneExpSE
,
consensusClustersGR
,
genomeName
, inputFilesType
,
inputFiles
, librarySizes
,
sampleLabels
,
seqNameTotalsSE
, tagClusters
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.