View source: R/missMethyl_enrichment.R
missMethyl_enrichment | R Documentation |
Get Pathways enrichment with missMethyl Bioconductor package. This function gets GO enrichment and KEGG enrichment from input data and save the results in a two separated files, one with GO enrichment and the other with KEGG enrichment with _GO and _KEGG sufix respectively.
missMethyl_enrichment(
data,
out,
filename,
artype = "450K",
bn = FALSE,
fdr = NA,
pval = NA,
all = FALSE,
outputdir = NULL,
plots = FALSE
)
data |
array or dataframe with CpGs to perform enrichment. Dataframe option is used to filter by Bonferroni FDR or p-value, in order to filter by this fields, function needs that Bonferroni with adjustments field to be called "Bonferroni", the field with the FDR adjustments to be called FDR and the field with the p-value to be called p.value |
out |
string, Path where the results should be saved |
filename |
string, File name where the results should be saved, to this name the suffix is added depending on data to enrich
|
artype |
string, Illumina array type, 450K or EPIC, by default array type is 450K |
bn |
boolean. optional. If data is a dataframe with bonferroni adjustment, makes enrichment with CpGs that pass Bonferroni |
fdr |
numeric optiona. If data is a dataframe with FDR adjustment and fdr!=NA or NULL, makes enrichment with CpGs with fdr lower than indicated value |
pval |
numeric optional. If data is a dataframe with p-value and pval!=NA or NULL, makes enrichment with CpGs with pval lower than indicated value |
all |
boolean, optional. enrich all CpGs |
plots |
boolean, optional. generate plots with GO and KEGG data |
File with descriptive and plots from MyssMethyl results. Results are stored in a folder MyssMethyl inside Enrichment default path
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.