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.
devtools::install_github("freestatman/ideogRam")
See vignettes folder for some basic examples.
Run the following R code to build the example website to "doc" directory:
rmarkdown::render_site("example")
You can also see a shiny application example with
example("ideogRam-shiny")
Huge thanks to my mentors Eric Weitz Jialin Ma and Freeman Wang who helps me understand the nature of this project.