View source: R/curated.genesets.R
curated.genesets | R Documentation |
This function returns curated gene set collections
curated.genesets(sets=c('MacArthur'), return.data.frame=TRUE)
sets |
A vector of possible set collections. See |
return.data.frame |
Logic, return a data.frame (when TRUE) or a list (when FALSE). |
The collection of genes includes:
HGNC_universe
: approved symbols for 18,991 protein-coding genes according to HGNC as of Feb 9, 2015, (https://github.com/macarthur-lab/gene_lists);
MacArthur
: a list of 23 functional gene sets curated by the MacArthur's Lab (https://github.com/macarthur-lab/gene_lists).
Either a data.frame or a list with three components as retunred by read.gmt
##not run###
#x=curated.genesets(c('MacArthur'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.