meffil.methylation.pcs | R Documentation |
Compute principal components of a methylation matrix.
meffil.methylation.pcs(
beta,
probe.range = 50000,
sites = NULL,
samples = NULL,
autosomal = T,
winsorize.pct = NA,
outlier.iqr.factor = NA,
full.obj = F,
verbose = F
)
beta |
Output from |
probe.range |
Default = 50000. How many probes to be used in calculating PCs. |
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
|
full.obj |
Default = FALSE. If true, then return the full |
verbose=T |
Print progress messages? |
the principal components of normalized.beta
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.