circlize R Package

repository·master·Indexed 21 days ago

https://github.com/jokergoo/circlize

An R package for circular visualization of large amounts of information, providing low-level graphics functions for custom plot design and high-level functions for chord diagrams and genomic visualizations.

Tokens
92
Snippets
1
Records
1
Agent score
27%

What's inside circlize

  1. Install the circlize package

    master

    You can install circlize from CRAN using the standard R installation command, or install the development version directly from GitHub using devtools.

    From CRAN:

    install.packages("circlize")

    From GitHub:

    devtools::install_github("jokergoo/circlize")
    install.packages("circlize")
    # or
    devtools::install_github("jokergoo/circlize")