omim_gene | R Documentation |
Extracting genes from OMIM database NCBI.
omim_gene(terms, omim)
terms |
character Single or Multiple Terms. |
omim |
character omim database location. |
Dataframe returned containing gene lists in entrezid and Gene Symbols, and terms associated with it
terms="Liver cirrhosis"
omim = system.file("extdata", "mim2gene.txt", package="nanotatoR")
ge <- omim_gene(terms = terms, omim = omim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.