GOAnalysisSave | R Documentation |
MSnSet
object with the results of
the GO analysis performed with the functions enrichGO
and/or
groupGO
of the 'clusterProfiler' package.This method returns an MSnSet
object with the results
of the Gene Ontology analysis.
GOAnalysisSave( obj, ggo_res = NULL, ego_res = NULL, organism, ontology, levels, pvalueCutoff, typeUniverse )
obj |
An object of the class |
ggo_res |
The object returned by the function |
ego_res |
The object returned by the function |
organism |
The parameter OrgDb of the functions |
ontology |
One of "MF", "BP", and "CC" subontologies |
levels |
A vector of the different GO grouping levels to save |
pvalueCutoff |
The qvalue cutoff (same parameter as in the function
|
typeUniverse |
The type of background to be used. Values are 'Entire Organism', 'Entire dataset' or 'Custom'. In the latter case, a file should be uploaded by the user |
An object of the class MSnSet
Samuel Wieczorek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.