Description Usage Arguments Value Author(s) Examples
Accessor for deviation Z-scores from
chromVARDeviations-class
object
1 2 3 4 | deviationScores(object)
## S4 method for signature 'chromVARDeviations'
deviationScores(object)
|
object |
chromVARDeviations object |
The deviationScores and deviations accessors both return matrices.
matrix of deviation Z-scores
Alicia Schep
1 2 3 | # Load very small example results from computeDeviations
data(mini_dev, package = "chromVAR")
scores <- deviationScores(mini_dev)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.