Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Dec 16, 2024
1 parent 871f937 commit da69c6e
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# MeSS-figures

Supplemental code for reproducing MeSS paper figures
# MeSS figures
This repo contains supplementary code and figures for our paper describing [MeSS](https://github.com/metagenlab/MeSS).

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

* [`1_download_and_classify.ipynb`](1_download_and_classify.ipynb) : Download HMP reads and classify them with Kraken2 and Bracken.
* [`2_simulate_reads.ipynb`](2_simulate_reads.ipynb) : Simulate CAMISIM and MeSS reads from the previously obtained Bracken abundances.
* [`3_plot_diversities.ipynb`](3_plot_diversities.ipynb): Plot alpha and beta diversities for simulated and real abundances.
* [`4_plot_resource_usage.ipynb`](4_plot_resource_usage.ipynb): Plot RAM and CPU usage for CAMISIM and MeSS.



## Dependencies

Expand Down Expand Up @@ -30,8 +39,6 @@ jupyter lab

### Diversities

Use [`3_plot_diversities.ipynb`](3_plot_diversities.ipynb) to generate the figures below

#### Figure 1A
<p align="center">
<img src="figures/species-jaccard-NMDS.png" width=55% height=55%>
Expand All @@ -49,8 +56,6 @@ Use [`3_plot_diversities.ipynb`](3_plot_diversities.ipynb) to generate the figur

### Benchmark

Use [`4_plot_resource_usage.ipynb`](4_plot_resource_usage.ipynb) to generate the figures below

#### Figure S2
<p align="center">
<img src="figures/cpu-time.png" width=80% height=80%>
Expand Down

0 comments on commit da69c6e

Please sign in to comment.