ideogRam R htmlwidget package
February 21, 2022 ยท View on GitHub
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.