View source: R/most-variable.r
meffil.most.variable.cpgs | R Documentation |
Returns the most variable CpG sites (rows) in the methylation matrix.
meffil.most.variable.cpgs(
beta,
n = 1000,
sites = NULL,
samples = NULL,
autosomal = T,
winsorize.pct = NA,
outlier.iqr.factor = NA
)
beta |
Output from |
n |
Number of CpG sites to return. |
sites |
Subset of CpG sites to consider (row names of beta) (Default: NULL). |
samples |
Subset of samples to consider (column names of beta) (Default: NULL). |
autosomal |
If true, remove probes on sex chromosomes (Default: TRUE). |
winsorize.pct |
Apply to methylation levels winsorized to the given level. Set to NA to avoid winsorizing (Default: NA). |
outlier.iqr.factor |
Apply to methylation after setting,
for each CpG site, values less than
|
The n
CpG site identifiers (rownames of x
) with the greatest variance in x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.