Description Usage Arguments Value Examples
View source: R/geneSetAnalysis.R
Get all gene sets from MSigDb that contain the query gene and belong to the queryType category. Examples of gene set categories are biological processes, cellular components, pathways, molecular functions, etc. Return information about all retrieved gene sets.
1 | getGeneSets(geneId, queryType)
|
geneId |
The ENSEMBL ID of the gene you want to query |
queryType |
The type of query you want to perform, i.e., the category
of the gene sets you are retrieving. See MSigDb for possible subcategories
(use |
A data.table containing all the gene sets in the category queryType and containing the query gene. The data.table contains gene set ID (gs_id), name (gs_name), source (gs_exact_source), URL (gs_url), and description (gs_description).
1 | getGeneSets("ENSG00000000971", "GO:BP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.