yanpd01 / ggsector

Use R language to draw sector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ggsector: Easily draw sectors with grid and ggplot2

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

CRAN_Status_Badge

Some useful functions that can use ‘grid’ and ‘ggplot2’ to plot sectors and interact with ‘Seurat’ to plot gene expression percentages. Also, there are some examples of how to draw sectors in ‘ComplexHeatmap’.

✍️ Authors

Pengdong Yan

⏬ Installation

Get the released version from Cran:

install.packages("ggsector")

Or the development version from github or gitee:

## install.packages("remotes")

## from github
# simple install
remotes::install_github("yanpd01/ggsector")
# with vignettes
remotes::install_github("yanpd01/ggsector", build_vignettes = TRUE)

## from gitee
# simple install
remotes::install_git("https://gitee.com/yanpd01/ggsector")
# with vignettes
remotes::install_git("https://gitee.com/yanpd01/ggsector", build_vignettes = TRUE)

📚 Usage

For more details, please refer to the online vignette.

logo

💖 Acknowledgments

The code of this R package refers to jjplot of JunJunLao and ggplot2 of Hadley.

The Description, vignette, and readme of this R package refer to clusterProfiler, ggfun, and treeio of Guangchuang YU.

Here, I would like to express my highest respect to thank the big guys for their open source spirit.

About

Use R language to draw sector


Languages

Language:R 100.0%