Skip to content

Supplementary figures and scripts for the MeSS paper

License

Notifications You must be signed in to change notification settings

metagenlab/MeSS-figures

Repository files navigation

MeSS figures

DOI

This repo contains supplementary code and figures for our paper describing MeSS.

Steps to reproduce the paper's figures are in the following jupyter notebooks:

Dependencies

Install conda

You need a conda (Miniforge) install to run the notebooks:

curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh

Create conda env

mamba env create -n notebooks -f env.yaml

Run jupyter lab

mamba activate notebooks
jupyter lab

Figures

Diversities

Figure 1A

Figure 1B

Figure S1

Benchmark

Figure S2

Figure S3