Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noedemange/labelcolor
App Shiny : Scalable visualization of groups within a hierarchical clustering from binary data matrix.
https://github.com/noedemange/labelcolor
color label phylogenetic-trees phylogeny r rstats shiny
Last synced: 15 days ago
JSON representation
App Shiny : Scalable visualization of groups within a hierarchical clustering from binary data matrix.
- Host: GitHub
- URL: https://github.com/noedemange/labelcolor
- Owner: NoeDemange
- License: other
- Created: 2022-09-08T10:55:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T17:01:28.000Z (about 2 years ago)
- Last Synced: 2024-11-11T21:34:49.261Z (3 months ago)
- Topics: color, label, phylogenetic-trees, phylogeny, r, rstats, shiny
- Language: R
- Homepage:
- Size: 696 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# labelColoR
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
Scalable visualization of groups within a hierarchical clustering from binary data matrix.
## Installation
You can install the development version of labelcolor like so:
``` r
install.packages("devtools")
library("devtools")
devtools::install_github("NoeDemange/labelcolor")
```## Example
This is a basic example which shows you how to run the app:
```{r example}
library(labelcolor)
labelcolor::run_app(options=list("launch.browser"=TRUE))
```## Credits
This app was developed by [Noe Demange](https://github.com/NoeDemange).
It was developed for and is maintained by [Guillaume Sapriel](https://orcid.org/0000-0003-0549-9376).
It is deployed on the [MIGALE platform](https://migale.inrae.fr/) by [Cédric Midoux](https://orcid.org/0000-0002-7964-0929). We are grateful to the INRAE MIGALE bioinformatics facility (MIGALE, INRAE, 2020. Migale bioinformatics Facility, doi: 10.15454/1.5572390655343293E12) for providing help and storage resources.