Description Usage Arguments Value Examples
View source: R/extract_genes_by_pathway.R
Check whether pathway names are valid
1 | check_pathway_name(pathway, class = c("mmu", "hsa", "gga"))
|
pathway |
A vector contains interested pathwat names |
class |
Specify which type of gene |
A vector of path IDs
1 2 3 | Path IDs for each pathway
pathway <- c("Purine metabolism", "PI3K-Akt signaling pathway", "AMPK signaling pathway", "Choline metabolism in cancer")
path.ids = check_pathway_name(pathway, class = "mmu")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.