get_gene_list | R Documentation |
Return data frame with columns list_id, list_name, list_version, symbol, hgnc_id, ensembl_gene_id, entrez_id, inheritance NB confidence_level only used for PanelApp.
get_gene_list(id, version = NULL, save = NULL, min_confidence = 2L)
# Get PanelApp Australia Panel 202 (Genetic Epilespsy)
get_gene_list('PAA:202', version = '1.26')
# Get HPO genes associated with HP:0001250 (Seizure)
get_gene_list('HP:0001250')
#' Get all Genes4Epilepsy genes
get_gene_list('G4E:ALL')
# Get Genes4Epilepsy genes associated Malformations of Cortical Development
get_gene_list('G4E:MCD')
Get all protein coding genes from HGNC
get_gene_list('HGNC:protein-coding')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.