EcoJulia / Microbiome.jl

For analysis of microbiome and microbial community data
Other
48 stars 10 forks source link
biology ecology julia-language microbiome

Microbiome.jl logo

status EcoJulia maintainer: kescobo

Latest Release

Latest Release

Docs stable License Project Status: Active – The project has reached a stable, usable state and is being actively developed.

Development Status

Docs dev CI codecov

Description

Microbiome.jl is a package for manipulating and analyzing microbiome and microbial community data.

Installation

To use the latest version of Microbiome.jl, you must be on julia v1.6 or greater.

Install Microbiome.jl from the Julia REPL:

julia> using Pkg

julia> pkg"add Microbiome"

If you are interested in the cutting edge of the development, please check out the master branch to try new features before release.

julia> pkg"add Microbiome#main"

Companion Packages