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.getSNparams(MethyLumiSet, allele = c('M', 'U'),
type = c('I-red', 'I-green', 'II'),
snps = TRUE, idmr = TRUE, ch = FALSE)
MethyLumiSet
objectTRUE
TRUE
FALSE
Skew.normal
object as returned by smsn.mix
from the mixsmsn
package with the means and modes of the components added.subsetProbes
if(require('wateRmelon')) {
data(melon)
mixes.raw.meth.II <- getSNparams(melon[,1], 'M', 'II')
}
Run the code above in your browser using DataLab