View source: R/Diff_Gen_Exp_Enrich.R
prepare_diff_meth_res | R Documentation |
Prepares differential methylation analysis results, and retrieves the top n probes presenting highest up- and -down differential methylation
prepare_diff_meth_res(res_diff, gen_inf, n_genes)
res_diff |
output object from perform_wilcoxon_each function. |
gen_inf |
Information about the genes associated to each methylation probe obtained after applying the rewRanges function to a summarized experiment object |
n_genes |
Number of top methylated genes to retrieve for each Node. |
## Not run: prepare_diff_meth_res(res_diff,gen_inf,n_genes) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.