Name Mode Size
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 1 kb
DESCRIPTION 100644 2 kb
NAMESPACE 100644 1 kb
README.md 100644 1 kb
README.md
# epivizrChart Add interactive charts and dashboards for genomic data visualization into RMarkdown and HTML documents using the [epiviz](http://epiviz.org) framework. The `epivizrChart` package provides an API to interactively create and manage web components that encapsulate epiviz charts. Charts can be embedded in R markdown/notebooks to create interactive documents. Epiviz Web components are built using the Google [Polymer](https://www.polymer-project.org/) library. ## Installation and requirements ```{r} # using Bioconductor if (!requireNamespace("BiocManager", quietly=TRUE)) install.packages("BiocManager") BiocManager::install("epiviz/epivizrChart") # or using devtools library(devtools) install_github("epiviz/epivizrChart") ``` ## Generating interactive Markdown Documents The easiest way to try `epivizrChart` is to knit the package vignette ``` require(epivizrChart) browseVignettes("epivizrChart") ``` ## Resources - Documentation on the Epiviz web component library can be found here: https://epiviz.github.io/polymer/charts/components/epiviz-charts/ - The repository for the Epiviz web component library itself is here: https://github.com/epiviz/epiviz-chart