Description Usage Arguments Value Examples
View source: R/groupGO_all_groups.R
This function returns table for GO results for BP, CC, MF with gene symbols. The function may also create excel with the GO result tables and the PDFs with the barplots of the results.
1 2 3 4 5 6 7 8 9 10 | groupGO_all_groups(
gene_entrezIDs,
orgDB,
name = "",
bp = 2,
cc = 3,
mf = 3,
xls = TRUE,
pdf = TRUE
)
|
gene_entrezIDs |
vector of entrezIDs |
orgDB |
db to use for GO |
name |
name of the output file |
bp |
level of the biological process with default 2 |
cc |
level of the cellular component with default 3 |
mf |
level of the molecular function with default 3 |
xls |
logical parameter to create excel with with default TRUE |
pdf |
logical parameter to create pdf with with default TRUE |
table with groupGO result arranged as list of dataframes
excel file with groupGO result and the pdf with the groupGO result barplot per biological process, cellular component and molecular function
1 | groupGO_all_groups(entrez_ids_list, "org.Mmu.eg.db", "out_name", mf = 1, xls = FALSE, pdf = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.