View source: R/FPSmultiOmicsSigEnrich.R
FPSmultiOmicsSigEnrich | R Documentation |
Study the differences of different ferroptosis status in cancer hallmarks, KEGG pathway by Gene Set Enrichment Analysis (GSEA) and GO, KEGG enrichment.
FPSmultiOmicsSigEnrich(input_PSM, input_gs_kegg, temp_folder)
input_PSM |
data.frame of the PSM result from FPSmultiOmicsSig function |
input_gs_kegg |
the genelist of two column for GSEA enrichemnt, the first column is term and the second column is gene |
temp_folder |
the temporal folder for output result |
table and figures of GO, KEGG and GSEA enrichemnt result
data(m4_input_gs_kegg,package='FPSOmics') data(m4_input_PSM,package='FPSOmics') enrichment_result=FPSmultiOmicsSigEnrich(m4_input_PSM,m4_input_gs_kegg,'temp_folder')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.