Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.97 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.97 KB

Microbiome.jl logo

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

BioJulia maintainer: kescobo Docs dev CI codecov

Description

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

Installation

Install Microbiome 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#master"

Companion Packages

  • You might also be interested in some functionality provided by BiobakeryUtils.jl.
  • Microbiome.jl uses EcoBase under the hood for many of its types and methods.
  • Microbiome.jl has a Tables.jl interface, so you can convert CommunityProfiles to any Tables.jl-compatible sink.
    • CommunityProfile is not yet a sink itself