Tutorial
In this tutorial, we’ll walk through a practical example of how to use Binette with real data.
We’ll start by downloading metagenomics reads and then assemble these reads into contigs.
Next, we’ll use different binning tools to group the contigs into bins.
Finally, we’ll use Binette to refine these bins.
---
title: "Tutorial Overview:"
align: right
config:
look: handDrawn
theme: neutral
---
graph TD
i[Metagenomics reads] --> B[Assembly]
B --> MetaBAT2 --> r[Binette]
B --> MaxBin2 --> r
B --> CONCOCT --> r
B --> SemiBin2 --> r
r --> f[final bins]
subgraph Binning
MetaBAT2:::binning
MaxBin2:::binning
CONCOCT:::binning
SemiBin2:::binning
end
classDef binning fill:#d4ae40