Skip to content

himmil/miaViz

This branch is 45 commits behind microbiome/miaViz:devel.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0fa499a · Mar 5, 2024
Jul 7, 2023
Mar 5, 2024
Feb 1, 2021
Mar 5, 2024
Dec 5, 2020
Jan 29, 2024
Jan 29, 2024
Sep 11, 2023
Sep 11, 2023
Oct 17, 2023
Mar 5, 2024
Mar 19, 2021
Jan 29, 2024
Mar 5, 2024
Dec 9, 2022
Jul 11, 2022

Repository files navigation

miaViz

R-CMD-check-Bioc-devel R-CMD-check-bioc Bioc-release Codecov test coverage

Microbiome Analysis Plotting and Visualization

The scope of this package is the plotting and visualization of microbiome data. The main classes for interfacing is the TreeSummarizedExperiment class.

Using the package

Online tutorials and examples are available at:

Contribution

Feel free to contribute by forking and opening a pull request. Please make sure that required data wrangling should be designed as reusable as possible and potentially find a better home in the mia package.

Additionally, please make sure that working examples are included and that vignetted make use of added functions in either miaViz or the TreeSummarizedExperiment package.

Technical aspects

Let's use a git flow kind of approach. Development version should be done against the master branch and then merged to release for release. (https://guides.github.com/introduction/flow/)

Installation

Bioc-release

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

BiocManager::install("miaViz")

Bioc-devel

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

# The following initializes usage of Bioc devel
BiocManager::install(version='devel')

BiocManager::install("miaViz")

Code of conduct

Please note that the miaViz project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

About

Microbiome Analysis Plotting and Visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 99.8%
  • Other 0.2%