Usage
get.diff.meth(mee, diff.dir = "hypo", cores = NULL, percentage = 0.2, pvalue = 0.01, sig.dif = 0.3, dir.out = "./", save = TRUE)
Arguments
mee
A MEE.data class object contains at least methy and probeInfo slots.
diff.dir
A character can be "hypo" or "hyper", showing dirction DNA methylation changes.
If it is "hypo", get.diff.meth function will identify all significantly hypomethylated
CpG sites; If "hyper", get.diff.meth function will identify all significantly hypoermethylated
CpG sites
cores
A interger which defines the number of cores to be used in parallel process.
Default is NULL: no parallel process.
percentage
A number ranges from 0 to 1 specifying the percentage of samples from control and
experimental groups that are used to identify the differential methylation.
Default is 0.2.
pvalue
A number specifies the significant P value (adjusted P value by BH) cutoff for
selecting significant hypo/hyper-methylated probes. Default is 0.01.
sig.dif
A number specifies the smallest DNA methylation difference as a cutoff for selecting
significant hypo/hyper-methylated probes. Default is 0.3.
dir.out
A path specifies the directory for outputs. Default is is current directory.
save
A logic. When TRUE, two getMethdiff.XX.csv files will be generated (see detail)