Description Usage Arguments Value Author(s) References See Also
View source: R/bt_test_enrichment.R
This function is designed to perform enrichment on a list of genes of interest, comparing to some specified background. Uses Fisher's Exact Test for p-value.
1 | bt_test_enrichment(query_genes, enrichment_set, total_genes)
|
query_genes |
Genes to be tested for enrichment. |
enrichment_set |
Genes associated with a function/pathway. |
total_genes |
Total number of genes. |
Raw p-value resulting from call to stats::fisher.test()
.
Travis Blimkie
None.
https://github.com/hancockinformatics/BacterialToolkit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.