ELMER_RNA_Met_analysis | R Documentation |
RNA and methylation analysis
ELMER_RNA_Met_analysis(
rna.df = NULL,
met.df = NULL,
group = NULL,
genome = "hg19",
met.platform = "450K",
beta.dif = 0.2,
dir.group1 = "hyper",
specify.probes = NULL,
TF.motif = FALSE,
run.diff = TRUE
)
rna.df |
row name should be ensembl ID |
met.df |
row name should be probeID |
group |
normal 在前, cancer 在后 |
genome |
hg19 or hg38 |
met.platform |
450K or EPIC |
beta.dif |
Default 0.2. Beta difference |
dir.group1 |
It can be "hypo" which means the probes are hypomethylated in group1; "hyper" which means the probes are hypermethylated in group1 |
specify.probes |
Specify methylation probe instead of ELMER |
TF.motif |
Default FALSE. If perform TF and motif analysi |
run.diff |
If run methylation analysis |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.