Description Usage Arguments Value See Also Examples
Retrieves labels of expression classes of either individual CTSSs or consensus clusters from a CAGEset object.
1 2 3 4 5 6 7 8 9 | expressionClasses(object, what = c("CTSS", "consensusClusters"))
## S4 method for signature 'CAGEset'
expressionClasses(object, what = c("CTSS",
"consensusClusters"))
## S4 method for signature 'CAGEexp'
expressionClasses(object, what = c("CTSS",
"consensusClusters"))
|
object |
A |
what |
Which level of expression clustering should be used. Can be either
|
Returns character vector of labels of expression classes. The number of labels
matches the number of expression clusters returned by getExpressionProfiles
function.
getExpressionProfiles
plotExpressionProfiles
extractExpressionClass
1 2 | exprClasses <- expressionClasses(exampleCAGEset, what = "CTSS")
exprClasses
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.