Genomic Data Retrieval with R
biomartr 1.0.6
New features
-
Some cool new generalization, and check out function
biomartr:::supported_biotypes(db = "refseq")
.
This function will simplify a lot of stuff downstream. (#104) -
Tests are now much quicker to run, because
biomartr::is.genome.available
(which is used basically everywhere) now reads files with data.table instead of reader. (#104)
Bug fixes
- Fixing bug in
is.genome.available()
where the skip_bacteria argument was not passed on internally tois.genome.available.refseq.genbank()
(#105)