Skip to content

epiviz genomic data visualization components to RMarkdown documents

Notifications You must be signed in to change notification settings

epiviz/epivizrChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published