Note: ContrApption is currently in beta testing
ContrApption interactively visualizes RNA-Seq style datasets from a single function call, using HTML to create sharable documents without the need to write or host a Shiny app. ContrApption interacts with other widgets using crosstalk. For the full ContrApption
vignette, click here.
There are three widgets currently supported.
The most basic usage of ContrApption
is to visualize counts in a boxplot.
ContrApption
is compatible with DT via crosstalk, allowing users to interact with their datasest across a table and the boxplot.
ContrApption
can also create widgets that allow for comparison of the result of tests for differential expression to be explored and visualized in the boxplot.
devtools::install_github("omics-kitchen/ContrApption")
See the full vignette here.
- dev: Working branch. New features are developed here.
- staging: Finished work from dev or a feature branch. Test in context here.
- master: Working, production branch.