list_omim_accessions | R Documentation |
List the "OMIM IDs" available in biomaRt, will also
print the corresponding description. Use getBM
with the
following filter: "with_mim_morbid".
This function is useful to get OMIM IDs for get_omim_genes
list_omim_accessions(gene_mart, keywords)
gene_mart |
a connection to hsapiens gene mart, can be generated
from |
keywords |
a vector containing a list of keywords. This will be grepped (case insensitive) against the list of omim descriptions to retrieve a list of omim IDs. |
a dataframe with two columns ("mim_morbid_accession" and "mim_morbid_description")
gene_mart <- connect_to_gene_ensembl()
list_omim_accessions(gene_mart)
list_omim_accessions(gene_mart, "alzheimer")
list_omim_accessions(gene_mart, c("alzheimer", "obesity"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.