Description Usage Arguments Value Author(s) References See Also Examples
Utilizes smsn.mix
from the mixsmsn
package to find the parameters for a finite mixture of skew normal distributions to model the overall distribution of signal intensities for a subset of probes on the Illumina Infinium HumanMethylation450. The probes may be subset by type and methylated or unmethylated. It can also be specified whether the SNP(rs), imprinted(idmr), or ch probes should be included or filtered out prior to parameter estimation.
1 2 3 |
MethyLumiSet |
A |
allele |
Should parameter estimation be done on the methylated or unmethylated signal intensities |
type |
Use the signal intensities for which probe type |
snps |
logical; should the rs probes be included in the dataset. The default is |
idmr |
logical; should the probes of imprinted gene loci be included in the dataset. The default is |
ch |
logical; should the ch probes be included in the dataset. The default is |
A Skew.normal
object as returned by smsn.mix
from the mixsmsn
package with the means and modes of the components added.
Ryan Putney ryanputney@gmail.com
Pidsley R, Wong CCY, Volta M, Lunnon K, Mill J, Schalwyk LC(2013). A data-driven approach to preprocessing Illumina 450k methylation array data. BMC Genomics, 14:293.
Prates MO, Cabral CRB, Lachos VH (2013).mixsmsn: Fitting Finite Mixture of Scale Mixture of Skew-Normal Distributions. Journal of Statistical Software, 54(12), 1-20. http://www.jstatsoft.org/v54/i12/
1 2 3 4 | if(require('wateRmelon')) {
data(melon)
mixes.raw.meth.II <- getSNparams(melon[,1], 'M', 'II')
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.