View source: R/3.1_read_rnaseq.R
download_gtf | R Documentation |
Download GTF file with feature annotations
download_gtf(
organism,
release = 100,
gtffile = sprintf("%s/gtf/%s", R_user_dir("autonomics", "cache"),
basename(make_gtf_url(organism, release) %>% substr(1, nchar(.) - 3)))
)
organism |
'Homo sapiens', 'Mus musculus' or 'Rattus norvegicus' |
release |
GTF release (number) |
gtffile |
string: path to local GTF file |
gtffile path
organism <- 'Homo sapiens'
# download_gtf(organism)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.