/ideogRam

R htmlwidget package for ideogram.js

Primary LanguageR

R-CMD-check

ideogRam R htmlwidget package

ideogRam is an R htmlwidget wrapper package for Eric Weitz's ideogram.js [https://github.com/eweitz/ideogram].

This package is written for the R project in GSoC 2018.

Install

devtools::install_github("freestatman/ideogRam")

Example

See vignettes for some basic examples.

ideogRam also works in shiny applications:

example("renderIdeogRam")
example("ideogRamOutput")

Acknowledgement

Huge thanks to my mentors Eric Weitz, Jialin Ma and Freeman Wang who helps me understand the nature of this project.