SDA_GO_Enrichment | R Documentation |
Compute and score GO enrichment for SDA components
SDA_GO_Enrichment(
sdaResults,
components,
orgDb = "org.Hs.eg.db",
geneNumber = 100,
direction = "Both"
)
sdaResults |
The result list generated by SDATools |
components |
A vector of SDA components to inspect |
orgDb |
The Bioconductor OrgDb (string), which is passed directed to clusterProfiler::enrichGO() |
geneNumber |
The number of genes to inspect |
direction |
Whether to include positive genes, negative, or both |
A list mapping component name + direction to the enrichGO results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.