reading_GTR | R Documentation |
Reading and parsing gtr database.
reading_GTR(
gtr,
downloadGTR,
url_gtr = "ftp://ftp.ncbi.nlm.nih.gov/pub/GTR/data/test_condition_gene.txt"
)
gtr |
character gtr database location. |
downloadGTR |
logical if true, downloads gtr database, . and store data in the gtr location, else reads dataset from gtr location. |
url_gtr |
character url for gtr database. |
Dataframe representation of gtr database.
a <- reading_GTR(
gtr = system.file("extdata", "gtrDatabase.txt", package="nanotatoR"),
downloadGTR = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.