Skip to content

Latest commit

 

History

119 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epivizrChart

Add interactive charts and dashboards for genomic data visualization into RMarkdown and HTML documents using the epiviz 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 library.

Installation and requirements

# using Bioconductor
if (!requireNamespace("BiocManager", quietly=TRUE))
    install.packages("BiocManager")
BiocManager::install("epiviz/epivizrChart")

# or using remotes
remotes::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

About

epiviz genomic data visualization components to RMarkdown documents

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages