BUG FIXES
- GenomicState now requires derfinder version 1.21.7 or newer to fix a bug
on
derfinder::makeGenomicState()
introduced by the change in R 4.0 on the default behavior ofdata.frame(stringsAsFactors = FALSE)
which used to beTRUE
. This error didn't breakderfinder
but was breakinggencode_genomic_state()
.
SIGNIFICANT USER-VISIBLE CHANGES
- Documentation website is now available at http://LieberInstitute.github.io/GenomicState/. It gets updated with every commit on the master branch (bioc-devel) using GitHub Actions and pkgdown.
SIGNIFICANT USER-VISIBLE CHANGES
- The data is now live through
AnnotationHub::AnnotationHub()
and thus throughGenomicStateHub()
. The documentation now reflects this change.
SIGNIFICANT USER-VISIBLE CHANGES
- Addressed issues reported at http://bioconductor.org/spb_reports/GenomicState_buildreport_20191007121957.html
- Added the function
GenomicStateHub()
which will work once the data is uploaded toAnnotationHub
. - Edited the vignette links.
BUG FIXES
- Fixed some minor bugs.
NEW FEATURES
- Added a
NEWS.md
file to track changes to the package. - Added the functions
gencode_txdb()
,gencode_annotated_genes()
andgencode_genomic_state()
for creating GenomicState objects from Gencode annotation files for human genome versions hg38 and hg19. - Added
local_metadata()
for finding the data locally, particularly at JHPCE.