From 5905a29802b6e93e7fd5a62f536cfd750e6a9a22 Mon Sep 17 00:00:00 2001 From: Chun-Hui Gao Date: Thu, 14 Mar 2024 10:14:07 +0800 Subject: [PATCH] Add feature highlights in README --- README.md | 15 ++++++++++++++- README.rmd | 10 +++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5f2f87..dd3427d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![](http://cranlogs.r-pkg.org/badges/grand-total/ggVennDiagram)](https://cran.r-project.org/package=ggVennDiagram) [![](http://cranlogs.r-pkg.org/badges/last-month/ggVennDiagram)](https://cran.r-project.org/package=ggVennDiagram) -[![](https://img.shields.io/badge/doi-10.3389/fgene.2021.706907-blue.svg)](https://doi.org/10.3389/fgene.2021.706907) +[![](https://img.shields.io/badge/doi-10.1002/imt2.177-blue.svg)](https://doi.org/10.1002/imt2.177) [![](https://www.r-pkg.org/badges/version/ggVennDiagram?color=green)](https://cran.r-project.org/package=ggVennDiagram) [![](https://img.shields.io/badge/devel%20version-1.5.2-green.svg)](https://github.com/gaospecial/ggVennDiagram) [![](https://codecov.io/gh/gaospecial/ggVennDiagram/branch/master/graph/badge.svg?token=c365345d-e34c-40f6-b2c0-881b5b2841e7)](https://app.codecov.io/gh/gaospecial/ggVennDiagram) @@ -48,6 +48,19 @@ you may cite this package as: Diagram. Frontiers in Genetics 12, 1598. doi: [10.3389/fgene.2021.706907](https://www.frontiersin.org/articles/10.3389/fgene.2021.706907/full). +## Features + +![](https://vnote-1251564393.cos.ap-chengdu.myqcloud.com/picgo/202403141008626.png) + +**Notes** + +The ggVennDiagram Shiny app can be accessed at Shinyapps.io +(), or +`ggVennDiagram::launch_app()` in local machine. + +The [TBtools](https://github.com/CJ-Chen/TBtools-II) plugin can be +accessed through its plugin store. + ## Example `ggVennDiagram` maps the fill color of each region to quantity, allowing diff --git a/README.rmd b/README.rmd index bf8095c..ad4fcc6 100644 --- a/README.rmd +++ b/README.rmd @@ -19,7 +19,7 @@ library("badger") `r badge_cran_download("ggVennDiagram", type = "grand-total")` `r badge_cran_download("ggVennDiagram", type = "last-month")` -`r badge_doi("10.3389/fgene.2021.706907", "blue")` +`r badge_doi("10.1002/imt2.177", "blue")` `r badge_cran_release("ggVennDiagram","green")` `r badge_devel(color = "green")` `r badge_codecov(token = "c365345d-e34c-40f6-b2c0-881b5b2841e7")` @@ -50,7 +50,15 @@ If you find **ggVennDiagram** is useful and used it in academic papers, you may 1. Gao, C.-H., Chen, C., Akyol, T., Dușa, A., Yu, G., Cao, B., and Cai, P. (2024). ggVennDiagram: intuitive Venn diagram software extended. [iMeta](https://onlinelibrary.wiley.com/journal/2770596x) 3, 69. doi: [10.1002/imt2.177](https://onlinelibrary.wiley.com/doi/full/10.1002/imt2.177). 2. Gao, C.-H., Yu, G., and Cai, P. (2021). ggVennDiagram: An Intuitive, Easy-to-Use, and Highly Customizable R Package to Generate Venn Diagram. Frontiers in Genetics 12, 1598. doi: [10.3389/fgene.2021.706907](https://www.frontiersin.org/articles/10.3389/fgene.2021.706907/full). +## Features +![](https://vnote-1251564393.cos.ap-chengdu.myqcloud.com/picgo/202403141008626.png) + +**Notes** + +The ggVennDiagram Shiny app can be accessed at Shinyapps.io (https://bio-spring.shinyapps.io/ggVennDiagram), or `ggVennDiagram::launch_app()` in local machine. + +The [TBtools](https://github.com/CJ-Chen/TBtools-II) plugin can be accessed through its plugin store. ## Example