The metavizr
package implements two-way communication between the R/Bioconductor environment and the metaviz web app for interactive visualization of microbiome sequencing results. The hierarchy of features from a microbiome sequencing result can be visualized with a navigation utility and count values are displayed dynamically updated heatmaps or stacked bar plots. Metavizr uses Websockets for communication between the browser Javascript client and the R environment.
metaivizr is available from github. To install metavizr
:
library(devtools)
install_github("epiviz/metavizr", build_vignettes = TRUE)
The easiest way to try metavizr
is to follow the package vignette:
require(metvizr)
browseVignettes("metavizr")
You can get a quick tour of metaviz here: https://epiviz.github.io/tutorials/metaviz/overview/
Metavizr supports a non-blocking workflow on both UNIX-like and Windows systems where data is served to the webapp without blocking the R/bioc interactive session. Make sure you are using the latest version of the httpuv package to use this. (Thanks to theRstudio folks for folding our daemonizing code into the main httpuv release).
Check out the Metaviz
http://metaviz.org for more details and documentation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.