https://github.com/bioconductor-source/treeandleaf
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.5%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: bioconductor-source
- Language: R
- Default Branch: devel
- Size: 7.85 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 1 year ago
· Last pushed over 1 year ago
Metadata Files
Readme
README.md
TreeAndLeaf
An R package for displaying binary trees, aiming to represent multiple layers of information on dendrogram leaves.
Installation
Install TreeAndLeaf from github:
{r}
if (! requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("sysbiolab/TreeAndLeaf", force = TRUE, build_vignettes = TRUE)
For more info on how to use the package:
{r}
vignette("TreeAndLeaf")
Owner
- Name: (WIP DEV) Bioconductor Packages
- Login: bioconductor-source
- Kind: organization
- Email: maintainer@bioconductor.org
- Website: https://bioconductor.org
- Repositories: 1
- Profile: https://github.com/bioconductor-source
Source code for packages accepted into Bioconductor
GitHub Events
Total
Last Year
Dependencies
DESCRIPTION
cran
- R >= 4.0 depends
- RedeR >= 1.40.4 imports
- ape * imports
- igraph * imports
- BiocGenerics * suggests
- BiocStyle * suggests
- RColorBrewer * suggests
- RUnit * suggests
- dendextend * suggests
- dplyr * suggests
- geneplast * suggests
- ggplot2 * suggests
- ggtree * suggests
- knitr * suggests
- rmarkdown * suggests
- stringr * suggests