View source: R/most-variable.R
most_variable | R Documentation |
Obtain the most variably methylated loci. The variability is measured by standard deviation. The function can also meet the general need to obtaint the most variable rows.
most_variable(x, top_n = 1000)
x |
A matrix of beta values. |
top_n |
An integer of top N probes. Default to 1000. |
A matrix of beta values of most variably methylated loci.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.