expressionClasses | R Documentation |
Retrieves labels of expression classes of individual CTSSs
or consensus clusters from a CAGEr
object.
expressionClasses(object)
## S4 method for signature 'CTSS'
expressionClasses(object)
## S4 method for signature 'ConsensusClusters'
expressionClasses(object)
object |
A |
Returns a Rle
-encoded vector of labels of expression classes.
The number of labels matches the number of expression clusters returned by
getExpressionProfiles
function.
Other CAGEr expression clustering functions:
getExpressionProfiles()
,
plotExpressionProfiles()
Other CAGEr accessor methods:
CTSScoordinatesGR()
,
CTSScumulativesTagClusters()
,
CTSSnormalizedTpmDF()
,
CTSStagCountDF()
,
GeneExpDESeq2()
,
GeneExpSE()
,
consensusClustersGR()
,
filteredCTSSidx()
,
genomeName()
,
inputFiles()
,
inputFilesType()
,
librarySizes()
,
sampleLabels()
,
seqNameTotalsSE()
,
tagClustersGR()
expressionClasses(CTSScoordinatesGR(exampleCAGEexp))
exampleCAGEexp |> consensusClustersGR() |> expressionClasses()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.