miaDash

Dashboard for microbiome data analysis with mia

https://github.com/microbiome/miadash

Science Score: 26.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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.7%) to scientific vocabulary

Keywords

bioinformatics dashboard gui isee mia microbiome shiny visualisation webapp
Last synced: 6 months ago · JSON representation

Repository

Dashboard for microbiome data analysis with mia

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 4
  • Open Issues: 7
  • Releases: 0
Topics
bioinformatics dashboard gui isee mia microbiome shiny visualisation webapp
Created over 1 year ago · Last pushed 7 months ago
Metadata Files
Readme Changelog

README.md

miaDash

issues pulls R-CMD-check codecov codefactor

The goal of miaDash is to provide a user-friendly interface to import, manipulate, analyse and visualise TreeSummarizedExperiment objects.

Usage

miaDash is available online at this address. While suitable for small and medium datasets, the online version may slow down when larger datasets are analysed (> 500 samples). In this case, the app can be installed and run locally. Either way, functionality to subset and agglomerate the data is also provided in the app.

Installation instructions

The release version can be installed from Bioconductor as follows:

``` if (!requireNamespace("BiocManager", quietly = TRUE)) install.packages("BiocManager")

BiocManager::install("miaDash") ```

Contributors or users interested in the latest functionality can install the devel version as follows:

remotes::install_github("microbiome/miaDash")

Example

The basic functionality of miaDash can be explored as follows:

```

Import miaDash

library(miaDash)

Launch miaDash

if (interactive()) { miaDash() } ```

Code of Conduct

Please note that the miaDash project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms. Contributions are welcome in the form of feedback, issues and pull requests. You can find the contributor guidelines of the miaverse here.

Acknowledgements

miaDash results from the joint effort of the larger R/Bioconductor community. In particular, this software mainly depends on the following packages:

Owner

  • Name: microbiome
  • Login: microbiome
  • Kind: organization
  • Email: microbiome-admin@googlegroups.com
  • Location: Tools for microbiome analytics

Microbiome research methods

GitHub Events

Total
  • Issues event: 6
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 72
  • Pull request review event: 1
  • Pull request event: 27
  • Create event: 10
Last Year
  • Issues event: 6
  • Delete event: 10
  • Issue comment event: 10
  • Push event: 72
  • Pull request review event: 1
  • Pull request event: 27
  • Create event: 10

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 23
  • Average time to close issues: about 24 hours
  • Average time to close pull requests: 1 day
  • Total issue authors: 2
  • Total pull request authors: 4
  • Average comments per issue: 0.71
  • Average comments per pull request: 0.13
  • Merged pull requests: 20
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 7
  • Pull requests: 22
  • Average time to close issues: about 24 hours
  • Average time to close pull requests: 1 day
  • Issue authors: 2
  • Pull request authors: 3
  • Average comments per issue: 0.71
  • Average comments per pull request: 0.14
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • RiboRings (5)
  • TuomasBorman (2)
Pull Request Authors
  • RiboRings (24)
  • ArioMoniri (2)
  • ake123 (1)
  • federicomarini (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • bioconductor 1,209 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
bioconductor.org: miaDash

Shiny app for the interactive analysis and exploration of microbiome data

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,209 Total
Rankings
Dependent repos count: 0.0%
Dependent packages count: 30.3%
Average: 41.1%
Downloads: 93.1%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/.rworkflows.yml actions
  • neurogenomics/rworkflows master composite
DESCRIPTION cran
  • R >= 4.4.0 depends
  • iSEE * depends
  • SummarizedExperiment * imports
  • TreeSummarizedExperiment * imports
  • biomformat * imports
  • iSEEtree * imports
  • methods * imports
  • mia * imports
  • shiny * imports
  • shinyjs * imports
  • utils * imports
  • BiocStyle * suggests
  • RefManageR * suggests
  • knitr * suggests
  • remotes * suggests
  • rmarkdown * suggests
  • testthat >= 3.0.0 suggests
Dockerfile docker
  • rocker/shiny latest build