Skip to contents

This repository contains the source code for ggchord2, a ggplot2 extension package to create chord diagrams.

Install from GitLab using pak:

pak::pkg_install("gitlab::nrennie/ggchord2")
  • circlize: an R package to make chord diagrams in base R
  • ggchord: a different ggplot2 extension package to make chord diagrams for visualising pairwise BLASTN alignment results. Unlike ggchord2, it does not provide geom functions.