shinyChromosome is an Shiny application for interactive creation of non-circular plots of whole genomes within the web browser. shinyChromosome is deployed at http://150.109.59.144:3838/shinyChromosome/, http://shinychromosome.ncpgr.cn/ and https://yimingyu.shinyapps.io/shinychromosome/, for online use.
shinyChromosomeR wraps the core script of shinyChromosome as an R package, allowing the creation of non-circular whole genome diagram from the R command line.
- Please run these lines in R:
- install.packages("devtools")
- devtools::install_github("venyao/shinyChromosomeR")