View source: R/go_enrichment_nmf.R
go_enrichment_nmf | R Documentation |
Perform GO term enrichment on NMF results using GProfiler. Both GO BP and GO CC enrichment will be run.
go_enrichment_nmf(
nmf_results,
num_genes = 150,
n_terms_plot = 10,
species = "fish"
)
nmf_results |
nmf_results, output from perform_nmf. |
num_genes |
number of top scoring genes per factor to be used for GO analysis. |
n_terms_plot |
number of GO terms to be plotted per factor. |
species |
species to use for GO enrichment. must be one of 'fish', 'zebrafish', or 'human'. |
results as list including dataframes with all results, and plots.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.