Description Usage Arguments Value Author(s)
This is a function that invokes the PANTHER.db Bioconductor library to extract a list of pathway mappings
to be used in gene set enrichment tests. Specifically, the function returns a named list of pathways, where each element contains
Entrez IDs. Users should not generally call this function directly as it is invoked internally by the higher-level
ct.PantherPathwayEnrichment()
function.
1 | ct.getPanther(species = c("human", "mouse"))
|
species |
The species of the cells used in the screen. Currently only 'human' or 'mouse' are supported. |
A named list of pathways from PANTHER.db
.
Russell Bainer, Steve Lianoglou.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.