SIGNIFICANT USER-VISIBLE CHANGES
- Documentation website is now available at http://LieberInstitute.github.io/brainflowprobes/. It gets updated with every commit on the master branch (bioc-devel) using GitHub Actions and pkgdown.
- Functions now use the data provided by
GenomicState::GenomicStateHub()
. - Removed data/gs.rda and data/genes.rda using BFG from https://rtyley.github.io/bfg-repo-cleaner/.
NEW FEATURES
- Added a
NEWS.md
file for describing changes across versions. - Added the
OUTDIR
argument tocheck_pdf()
and related functions. Updated the documentation to reflect this change and also renamed thePATH
argument inregion_info()
toOUTDIR
and changed the default from'.'
totempdir()
for consistency across functions. This resolves the task suggested by @Liubuntu at Bioconductor/Contributions#1191 (comment).
NEW FEATURES
- Created three utility functions:
check_pdf()
,get_nearest_annotation()
andget_region_cov()
and resolved other tasks suggested by @Liubuntu at Bioconductor/Contributions#1191 (comment) during the Bioconductor submission process.
NEW FEATURES
- Created the
four_panels()
,region_info()
andplot_coverage()
functions. - My first R/Bioconductor package! ^^