Description Usage Arguments Details Value See Also Examples
View source: R/gsca_load_genesets.R
This function creates a list of gene sets based on KEGG pathways terms. It is species-specific, and returns a list of gene sets, each of which is a character vector of Entrez gene identifiers.
1 | KeggGeneSets(species = "Hs")
|
species |
A single character value specifying a choice of species, such as "Dm" ("Drosophila_melanogaster"), "Hs" ("Homo_sapiens"), "Rn" ("Rattus_norvegicus") or "Mm" ("Mus_musculus"). |
This function needs Internet connection and relies on the following packages: KEGGREST.
A list of gene sets, with names as KEGG pathway IDs. Each gene set is a group of genes represented by Entrez identifiers.
1 2 3 | library(KEGGREST)
library(org.Hs.eg.db)
HS_KEGG <- KeggGeneSets(species = "Hs")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.