RIdeogram is a R package to draw SVG graphics tovisualize and map genome-wide data on idiograms (Scalable VectorGraphics http://tutorials.jenkov.com/svg/index.html).



To install package from Github, you need to install thedevtools package first
install.packages("devtools")library(devtools)Then, you can install the packageRIdeogram
devtools::install_github('TickingClock1992/RIdeogram')To install the packageRIdeogram from CRAN
install.packages("RIdeogram")Hao Z, Lv D, Ge Y, Shi J, Weijers D, Yu G, Chen J. 2020. RIdeogram:drawing SVG graphics to visualize and map genome-wide data on theidiograms. PeerJ Comput. Sci. 6:e251http://doi.org/10.7717/peerj-cs.251
https://cran.r-project.org/web/packages/RIdeogram/vignettes/RIdeogram.html
Zhaodong Haohaozd1992@163.com
Key Laboratory of Forest Genetics and Biotechnology, Ministry ofEducation of China
College of Forestry, Nanjing Forestry University
Nanjing 210037, China
https://github.com/TickingClock1992
Welcome to any suggestions and discussions.