Description Usage Arguments Value Author(s) See Also Examples
Extracts the normalized CAGE signal 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 | CTSSnormalizedTpm(object)
## S4 method for signature 'CAGEset'
CTSSnormalizedTpm(object)
## S4 method for signature 'CAGEexp'
CTSSnormalizedTpm(object)
CTSSnormalizedTpmDf(object)
## S4 method for signature 'CAGEset'
CTSSnormalizedTpmDf(object)
## S4 method for signature 'CAGEexp'
CTSSnormalizedTpmDf(object)
CTSSnormalizedTpmDF(object)
## S4 method for signature 'CAGEset'
CTSSnormalizedTpmDF(object)
## S4 method for signature 'CAGEexp'
CTSSnormalizedTpmDF(object)
CTSSnormalizedTpmGR(object, samples)
## S4 method for signature 'CAGEr'
CTSSnormalizedTpmGR(object, samples)
|
object |
A CAGEset or CAGEexp object. |
samples |
The name of sample(s) as reported by |
CTSSnormalizedTpm returns a data.frame containing coordinates
and normalized CAGE signal supporting each TSS (rows) in every CAGE dataset (columns).
CTSSnormalizedTpmDf returns a data.frame of normalised expression values.
CTSSnormalizedTpmDF returns a DataFrame of normalised expression values.
Vanja Haberle
Other CAGEr accessor methods: CTSSclusteringMethod,
CTSScoordinates,
CTSScumulativesTagClusters,
CTSStagCountTable,
CTSStagCount, 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.