CTSSnormalizedTpmDF | R Documentation |
Extracts the normalized CAGE signal for all detected TSSs
in all CAGE datasets from CAGEexp
objects.
CTSSnormalizedTpmDF(object)
## S4 method for signature 'CAGEexp'
CTSSnormalizedTpmDF(object)
CTSSnormalizedTpmGR(object, samples)
## S4 method for signature 'CAGEexp'
CTSSnormalizedTpmGR(object, samples)
object |
A |
samples |
The name of sample(s) as reported by |
CTSSnormalizedTpmDF
returns a DataFrame
of normalised expression values.
Vanja Haberle
Charles Plessy
normalizeTagCount
Other CAGEr accessor methods:
CTSScoordinatesGR()
,
CTSScumulativesTagClusters()
,
CTSStagCountDF()
,
GeneExpDESeq2()
,
GeneExpSE()
,
consensusClustersGR()
,
expressionClasses()
,
filteredCTSSidx()
,
genomeName()
,
inputFiles()
,
inputFilesType()
,
librarySizes()
,
sampleLabels()
,
seqNameTotalsSE()
,
tagClustersGR()
CTSSnormalizedTpmDF(exampleCAGEexp)
CTSSnormalizedTpmGR(exampleCAGEexp, 1)
exampleCAGEexp |> CTSSnormalizedTpmGR("all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.