Description Usage Arguments Value Examples
Calculates the Coefficient of Variation (CV) for each gene using normalised values. Results are stored in the rowData slot.
1 2 3 4 | calculateCV(object)
## S4 method for signature 'EMSet'
calculateCV(object)
|
object |
An EMSet |
An EMSet with calculated CV values.
1 2 3 4 5 6 7 8 | # Load example dataset
x <- ascend::analyzed_set
# Calculate CV
x <- calculateCV(x)
# Show CV results
rowData(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.