| pathwayenrichment | R Documentation |
Pathway enrichment analysis on genes up or down-regulated along trajectories.
pathwayenrichment(
object,
names,
cc = NULL,
species = c("Hs", "Mm"),
annotation,
ids
)
## S4 method for signature 'CellRouter'
pathwayenrichment(
object,
names,
cc = NULL,
species = c("Hs", "Mm"),
annotation,
ids
)
object |
CellRouter object. |
names |
character vector; selected trajectories. |
cc |
character vector; list of cell cycle genes or other gene lists to be removed from the genes up or down-regulated in each trajectory. |
species |
character; species: Hs for Homo Sapiens or Mm for Mus Musculus. |
annotation |
character; organism-specific annotations: 'mouse' or 'org.Mm.eg.db', or 'human' or 'org.Hs.eg.db'. |
ids |
table containing mappings between gene identifiers. |
CellRouter object with the pathwayenrichment slot updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.