View source: R/analysis_and_plot.R
getGeneSets | R Documentation |
It returns the mitochondrial gene sets (in form of list or data frame) of the four possible databases: "MitoCarta", "Reactome", "GO-CC" and "GO-BP".
getGeneSets(
database = "MitoCarta",
nametype = "ENSEMBL",
objectType = "list",
sections = FALSE
)
database |
character string saying the database to use for the analysis. Either one of "MitoCarta", "Reactome", "GO-CC" and "GO-BP". |
nametype |
character string saying the type of gene name ID. Either one of "SYMBOL", "ENTREZID" or "ENSEMBL". |
objectType |
character string saying the type of needed object. Either one of "list" or "dataframe". |
sections |
logical. Either to keep the aggregated gene set categories or the specific gene sets. Default is FALSE. |
the mitochondrial gene sets.
MClist <- getGeneSets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.