Description Usage Arguments Value Author(s) See Also Examples
Extracts CTSSs or consensus clusters belonging to a specified expression class.
1 2 3 4 5 6 7 | extractExpressionClass(object, what, which = "all")
## S4 method for signature 'CAGEexp'
extractExpressionClass(object, what, which = "all")
## S4 method for signature 'CAGEset'
extractExpressionClass(object, what, which = "all")
|
object |
A |
what |
Which level of expression clustering should be used. Can be either
|
which |
Which expression class should be extracted. It has to be one of the valid
expression class labels (as returned by |
Returns a data.frame
of CTSSs (when what = "CTSS"
) or consensus clusters
(when what = "consensusClusters"
) belonging to a specified expression class, with
genomic coordinates and additional information. Last column contains the label of the
corresponding expression class.
Vanja Haberle
getExpressionProfiles
, plotExpressionProfiles
,
expressionClasses
.
1 2 | CTSSexprClasses <- extractExpressionClass(exampleCAGEset, what = "CTSS", which = "all")
head(CTSSexprClasses)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.