Description Usage Arguments Value Author(s) See Also Examples
Retrieves labels of expression classes of either individual CTSSs or consensus clusters from a CAGEset object.
1 | expressionClasses(object, what)
|
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.
Vanja Haberle
getExpressionProfiles
plotExpressionProfiles
extractExpressionClass
1 2 3 4 | load(system.file("data", "exampleCAGEset.RData", package="CAGEr"))
exprClasses <- expressionClasses(exampleCAGEset, what = "CTSS")
exprClasses
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.