Microbiome.jl is a package for manipulating and analyzing microbiome and microbial community data.
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"
Tables.jl
interface, so you can convert CommunityProfiles
to any Tables.jl
-compatible sink.
CommunityProfile
is not yet a sink itself08/24/2017
1 day ago
221 commits