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 | CTSStagCountTable(object)
## S4 method for signature 'CAGEset'
CTSStagCountTable(object)
## S4 method for signature 'CAGEexp'
CTSStagCountTable(object)
## S4 method for signature 'CAGEset'
CTSStagCountSE(object)
## S4 method for signature 'CAGEexp'
CTSStagCountSE(object)
|
object |
A CAGEset or CAGEexp object. |
Returns an expression table with the number of CAGE tags supporting each
TSS (rows) in every CAGE dataset (columns). The table is in data.frame
format for CAGEset
objects and in DataFrame
format for CAGEexp
objects. Use this function when the next consumer can handle both formats.
Vanja Haberle
Other CAGEr accessor methods: CTSSclusteringMethod
,
CTSScoordinates
,
CTSScumulativesTagClusters
,
CTSSnormalizedTpm
,
CTSStagCount
, GeneExpDESeq2
,
GeneExpSE
,
consensusClustersGR
,
genomeName
, inputFilesType
,
inputFiles
, librarySizes
,
sampleLabels
,
seqNameTotalsSE
, tagClusters
1 2 | tagCount <- CTSStagCount(exampleCAGEset)
head(tagCount)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.