ggtreeSpace
🕸️Exploring phylomorphospace using 'ggtree'
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
â—‹CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
âś“.zenodo.json file
Found .zenodo.json file -
â—‹DOI references
-
â—‹Academic publication links
-
✓Committers with academic emails
2 of 7 committers (28.6%) from academic institutions -
â—‹Institutional organization owner
-
â—‹JOSS paper metadata
-
â—‹Scientific vocabulary similarity
Low similarity (5.5%) to scientific vocabulary
Keywords from Contributors
Repository
🕸️Exploring phylomorphospace using 'ggtree'
Statistics
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
ggtreeSpace
This package is a comprehensive visualization tool specifically designed for exploring phylomorphospace. It not only simplifies the process of generating phylomorphospace, but also enhances it with the capability to add graphic layers to the plot with grammar of graphics to create fully annotated phylomorphospaces.
Installation
The released version from Bioconductor
r
if (!require("BiocManager"))
install.packages("BiocManager")
BiocManager::install("ggtreeSpace")
Alternatively, you can grab the development version from github using
devtools:
r
if (!requireNamespace("devtools", quietly=TRUE))
install.packages("devtools")
devtools::install_github("YuLab-SMU/ggtreeSpace")
Quick Example
``` r library(ggtree) library(phytools) library(ggtreeSpace)
tr <- rtree(15) td <- fastBM(tr, nsim = 2) ggtreespace(tr, td) + geom_tippoint() ```
Author
- Guangchuang Yu Professor, PI
- Lin Li Master’s Student
Owner
- Name: Bioinformatics Group @ SMU
- Login: YuLab-SMU
- Kind: organization
- Email: gcyu1@smu.edu.cn
- Location: Guangzhou
- Website: https://yulab-smu.top
- Repositories: 76
- Profile: https://github.com/YuLab-SMU
Research group led by Prof. Guangchuang Yu in School of Basic Medical Sciences, Southern Medical University
GitHub Events
Total
- Push event: 2
- Pull request event: 2
Last Year
- Push event: 2
- Pull request event: 2
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| William Lee | 1****8@q****m | 25 |
| Guangchuang Yu | g****u@g****m | 15 |
| William Lee | 7****0@u****m | 9 |
| xiangpin | x****n@1****m | 3 |
| A Wokaty | a****y@s****u | 2 |
| J Wokaty | j****y@s****u | 2 |
| J Wokaty | j****y@u****m | 2 |
Committer Domains (Top 20 + Academic)
Packages
- Total packages: 1
-
Total downloads:
- bioconductor 3,452 total
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 3
- Total maintainers: 1
bioconductor.org: ggtreeSpace
Visualizing Phylomorphospaces using 'ggtree'
- Homepage: https://github.com/YuLab-SMU/ggtreeSpace
- Documentation: https://bioconductor.org/packages/release/bioc/vignettes/ggtreeSpace/inst/doc/ggtreeSpace.pdf
- License: Artistic-2.0
-
Latest release: 1.4.0
published about 1 year ago
Rankings
Maintainers (1)
Dependencies
- GGally * imports
- ggplot2 * imports
- ggtree * imports
- phytools * imports