gtr_gene | R Documentation |
Extracting genes from gtr database NCBI.
gtr_gene(terms, gtr, url_gtr, downloadGTR = TRUE)
terms |
Single or Multiple Terms. |
gtr |
character gtr database location. |
url_gtr |
character url for gtr database. |
downloadGTR |
boolean If TRUE, download the gtr database. Default FALSE. |
Dataframe returned containing gene lists in entrezid and Gene Symbols, and terms associated with it
terms="Liver cirrhosis"
gtr = system.file("extdata", "gtrDatabase.txt", package="nanotatoR")
ge <- gtr_gene(terms = terms,gtr = gtr, downloadGTR = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.