View source: R/bb_goenrichment.R
bb_goenrichment | R Documentation |
A function to find enriched go terms from a query list of gene names relative to a reference list of gene names.
bb_goenrichment(
query,
reference,
group_pval = 0.01,
go_db = c("org.Hs.eg.db", "org.Dr.eg.db", "org.Mm.eg.db")
)
query |
A vector of gene names |
reference |
The background gene list. Usually will be as_tibble(rowData(cds_main)). |
group_pval |
P value to determine enrichment. Default: 0.01. |
go_db |
GO term database Default: c("org.Hs.eg.db", "org.Dr.eg.db", "org.Mm.eg.db") |
A list of items including the enrichment results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.