- Both
qqly
andvolcanoly
are re-written to use the nativeplotly
API, instead of relying onplotly::ggplotly
- Added tests for all main functions
- Added pkgdown website available at https://sahirbhatnagar.com/manhattanly/
- Removed rendered figures from vignette to reduce size of compiled package. Complete vignette can now be found on the website listed above.
- Fixed major bugs in
volcanor
andvolcanoly
(#11, #21, #22)
- By default, hover is based on the closest point rather than the x-coordinate (@mshadbolt, #1)
evaluate
argument deprecated (@thebioengineer, #4)- Hover annotations for highlighted SNPs bug fixed (@mshadbolt, #6)
- Reduced size of
Introduction to manhattanly
vignette by usinghtml_vignette
(instead ofhtml_document
) which by default uses smaller plot sizes. See sahirbhatnagar.com/manhattanly for full vignette. - Fixed issue with hovering text when no annotation columns are provided: Problem variables: 'text' (@davemcg, #7)
volcanoly
function creates interactive volcano plots with automatic highlighting of points
- By default, hover is based on the closest point rather than the x-coordinate (@mshadbolt, #1)
evaluate
argument deprecated (@thebioengineer, #4)- Hover annotations for highlighted SNPs bug fixed (@mshadbolt, #6)
- Reduced size of
Introduction to manhattanly
vignette by usinghtml_vignette
(instead ofhtml_document
) which by default uses smaller plot sizes. See sahirbhatnagar.com/manhattanly for full vignette. - Fixed issue with hovering text when no annotation columns are provided: Problem variables: 'text' (@davemcg, #7)
- Added a
NEWS.md
file to track changes to the package. - Added vignette
- First version of the package