extractModuleGO | R Documentation |
Turns the list of lists from the moduleGO function into a more comprehensible data frame. Note that if a GO term enrichment does not exist for that module, it is set as NA.
extractModuleGO(moduleGO_list, labels = NULL)
moduleGO_list |
The list of list of data frames for each module to be turned into a data frame. |
labels |
Optional, a list of module names. Optional; if not inputted, these will be extracted from the list of module GO enrichments. |
A data frame summarizing the GO term enrichments from each group, with columns on the ordered by the minimum p-value for OR term enrichment in any group.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.