Description Usage Arguments Value Note Author(s) References Examples
get.permu is a function to use the same statistic model to calculate random enhancer-gene pairs. Based on the permutation value, empirical P value can be calculated for the real enhancer-gene pair (see reference).
1 2 3 4 5 6 7 8 9 10 |
data |
A multiAssayExperiment with DNA methylation and Gene Expression data. See |
geneID |
A vector lists the genes' ID. |
methy |
Index of M (methylated) group. |
unmethy |
Index of U (unmethylated) group. |
percentage |
A number ranges from 0 to 1 specifying the percentage of samples of group 1 and group 2 groups used to link probes to genes. Default is 0.2. |
rm.probes |
A vector lists the probes name. |
correlation |
Type of correlation to identify. Default is negative: look for hypomethylation and increase target expression. |
permu.size |
A number specify the times of permuation. Default is 10000. |
permu.dir |
A path where the output of permuation will be. |
cores |
A interger which defines number of core to be used in parallel process. Default is 1: don't use parallel process. |
Permutations
Permutation is the most time consuming step. It is recommended to use multiple cores for this step. Default permutation time is 1000 which may need 12 hrs by 4 cores. However 10,000 permutations is recommended to get high confidence results. But it may cost 2 days.
Lijing Yao (creator: lijingya@usc.edu) Tiago C Silva (maintainer: tiagochst@usp.br)
Yao, Lijing, et al. "Inferring regulatory element landscapes and transcription factor networks from cancer methylomes." Genome biology 16.1 (2015): 1.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.