Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 3.03 KB

README.md

File metadata and controls

55 lines (36 loc) · 3.03 KB

ggcirclize

ggcirclize is inspired by some circular plot R packages and is designed to create circular graph with the grammar of ggplot2.


Installation

You can install the development version of ggcirclize like so:

# install.packages("devtools")
devtools::install_github("junjunlab/ggcirclize")

# or
remotes::install_github("junjunlab/ggcirclize")

Citation

Jun Zhang (2023). Creating Circular Graph with the Grammar of GGplot2. https://github.com/junjunlab/ggcirclize


News

  • 2023/12/08 (Adding geom_genomicNestedZoom layer to visualize zoomed plot regions.)
  • 2023/12/06 (Adding geom_tracktile2 and geom_trackgenomictile2 layers.)
  • 2023/12/02 (Adding geom_chordDiagram layer.)
  • 2023/11/29 (Adding geom_trackgenomiclabel2 layer.)
  • 2023/11/26 (First version pushed.)

Documentation

https://junjunlab.github.io/ggcirclize-manual/.


Related blogs