Skip to content

epiviz/epivizrChart

master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published