All Projects → Vini2 → MetaCoAG

Vini2 / MetaCoAG

Licence: GPL-3.0 license
Binning Metagenomic Contigs via Composition, Coverage and Assembly Graphs

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MetaCoAG

GraphBin
GraphBin: Refined binning of metagenomic contigs using assembly graphs
Stars: ✭ 35 (+20.69%)
Mutual labels:  metagenomics, binning, contigs
Binning refiner
Improving genome bins through the combination of different binning programs
Stars: ✭ 26 (-10.34%)
Mutual labels:  metagenomics, binning
AMBER
AMBER: Assessment of Metagenome BinnERs
Stars: ✭ 18 (-37.93%)
Mutual labels:  metagenomics, binning
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (+89.66%)
Mutual labels:  metagenomics
matam
Mapping-Assisted Targeted-Assembly for Metagenomics
Stars: ✭ 18 (-37.93%)
Mutual labels:  metagenomics
raptor
A fast and space-efficient pre-filter for querying very large collections of nucleotide sequences.
Stars: ✭ 37 (+27.59%)
Mutual labels:  binning
bonsai
Bonsai: Fast, flexible taxonomic analysis and classification
Stars: ✭ 66 (+127.59%)
Mutual labels:  metagenomics
melonnpan
Model-based Genomically Informed High-dimensional Predictor of Microbial Community Metabolic Profiles
Stars: ✭ 20 (-31.03%)
Mutual labels:  metagenomics
traitar
From genomes to phenotypes: Traitar, the microbial trait analyzer
Stars: ✭ 41 (+41.38%)
Mutual labels:  metagenomics
metacal
Metagenomics calibration R package
Stars: ✭ 16 (-44.83%)
Mutual labels:  metagenomics
micca
micca - MICrobial Community Analysis
Stars: ✭ 19 (-34.48%)
Mutual labels:  metagenomics
ORNA
Fast in-silico normalization algorithm for NGS data
Stars: ✭ 21 (-27.59%)
Mutual labels:  metagenomics
SemiBin
No description or website provided.
Stars: ✭ 25 (-13.79%)
Mutual labels:  metagenomics
Maaslin2
MaAsLin2: Microbiome Multivariate Association with Linear Models
Stars: ✭ 76 (+162.07%)
Mutual labels:  metagenomics
DAtest
Compare different differential abundance and expression methods
Stars: ✭ 34 (+17.24%)
Mutual labels:  metagenomics
Jovian
Metagenomics/viromics pipeline that focuses on automation, user-friendliness and a clear audit trail. Jovian aims to empower classical biologists and wet-lab personnel to do metagenomics/viromics analyses themselves, without bioinformatics expertise.
Stars: ✭ 14 (-51.72%)
Mutual labels:  metagenomics
virnet
VirNet: A deep attention model for viral reads identification
Stars: ✭ 26 (-10.34%)
Mutual labels:  metagenomics
functree-ng
An interactive radial tree for functional hierarchies and omics data visualization
Stars: ✭ 18 (-37.93%)
Mutual labels:  metagenomics
charcoal
Remove contaminated contigs from genomes using k-mers and taxonomies.
Stars: ✭ 32 (+10.34%)
Mutual labels:  metagenomics
DRAM
Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
Stars: ✭ 159 (+448.28%)
Mutual labels:  metagenomics

MetaCoAG logo

MetaCoAG: Binning Metagenomic Contigs via Composition, Coverage and Assembly Graphs

CI GitHub Code style: black Anaconda-Server Badge PyPI version Documentation Status

MetaCoAG is a metagenomic contig binning tool that makes use of the connectivity information found in assembly graphs, apart from the composition and coverage information. MetaCoAG makes use of single-copy marker genes along with a graph matching technique and a label propagation technique to bin contigs. MetaCoAG is tested on contigs obtained from next-generation sequencing (NGS) data. Currently, MetaCoAG supports contigs assembled using metaSPAdes and MEGAHIT, and recently we have added support for Flye assemblies (has not been tested extensively).

For detailed instructions on installation, usage and visualisation, please refer to the documentation hosted at Read the Docs.

NEW: MetaCoAG is now available on bioconda at https://anaconda.org/bioconda/metacoag and on PyPI at https://pypi.org/project/metacoag/.

Dependencies

MetaCoAG installation requires Python 3.7 or above (tested on Python 3.7.4). You will need the following python dependencies to run MetaCoAG and related support scripts. The tested versions of the dependencies are listed as well.

MetaCoAG uses the following tools to scan for single-copy marker genes. These tools have been tested on the following versions.

Installing MetaCoAG using conda

We recommend that you use conda to run MetaCoAG.

You can install MetaCoAG from bioconda.

# add channels
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge

# create conda environment and install metacoag
conda create -n metacoag -c bioconda metacoag

# activate metacoag environment
conda activate metacoag

# check metacoag installation
metacoag -h

Setting up MetaCoAG for development

Downloading MetaCoAG

You can clone the MetaCoAG repository to your machine.

git clone https://github.com/Vini2/MetaCoAG.git

Now go into the MetaCoAG folder using the command

cd MetaCoAG/

Using conda

Once you have installed conda, make sure you are in the MetaCoAG folder. Now run the following commands to create a conda environment and activate it to run MetaCoAG.

conda env create -f environment.yml
conda activate metacoag

Using pip

You can run the following command to install MetaCoAG using pip. Make sure you are in the MetaCoAG folder.

pip install .

Note: If you use pip to setup MetaCoAG for development, you will have to install FragGeneScan and HMMER manually and add them to your system path.

Test the setup

After setting up, run the following command to ensure that metacoag is working.

metacoag -h

Example Usage

metacoag --assembler spades --graph /path/to/graph_file.gfa --contigs /path/to/contigs.fasta --paths /path/to/paths_file.paths --abundance /path/to/abundance.tsv --output /path/to/output_folder
metacoag --assembler megahit --graph /path/to/graph_file.gfa --contigs /path/to/contigs.fasta --abundance /path/to/abundance.tsv --output /path/to/output_folder
metacoag --assembler flye --graph /path/to/assembly_graph.gfa --contigs /path/to/assembly.fasta --paths /path/to/assembly_info.txt --abundance /path/to/abundance.tsv --output /path/to/output_folder

Citation

MetaCoAG has been accepted at RECOMB 2022 and is published in Lecture Notes in Computer Science at https://doi.org/10.1007/978-3-031-04749-7_5 and the journal extension is published in the Journal of Computational Biology at https://www.liebertpub.com/doi/10.1089/cmb.2022.0262.

If you use MetaCoAG in your work, please cite the following publications.

@InProceedings{10.1007/978-3-031-04749-7_5,
  author="Mallawaarachchi, Vijini and Lin, Yu",
  editor="Pe'er, Itsik",
  title="MetaCoAG: Binning Metagenomic Contigs via Composition, Coverage and Assembly Graphs",
  booktitle="Research in Computational Molecular Biology",
  year="2022",
  publisher="Springer International Publishing",
  address="Cham",
  pages="70--85",
  abstract="Metagenomics has allowed us to obtain various genetic material from different species and gain valuable insights into microbial communities. Binning plays an important role in the early stages of metagenomic analysis pipelines. A typical pipeline in metagenomics binning is to assemble short reads into longer contigs and then bin into groups representing different species in the metagenomic sample. While existing binning tools bin metagenomic contigs, they do not make use of the assembly graphs that produce such assemblies. Here we propose MetaCoAG, a tool that utilizes assembly graphs with the composition and coverage information to bin metagenomic contigs. MetaCoAG uses single-copy marker genes to estimate the number of initial bins, assigns contigs into bins iteratively and adjusts the number of bins dynamically throughout the binning process. Experimental results on simulated and real datasets demonstrate that MetaCoAG significantly outperforms state-of-the-art binning tools, producing similar or more high-quality bins than the second-best tool. To the best of our knowledge, MetaCoAG is the first stand-alone contig-binning tool to make direct use of the assembly graph information.",
  isbn="978-3-031-04749-7"
}

@Article{doi:10.1089/cmb.2022.0262,
author = {Mallawaarachchi, Vijini and Lin, Yu},
title = {Accurate Binning of Metagenomic Contigs Using Composition, Coverage, and Assembly Graphs},
journal = {Journal of Computational Biology},
volume = {0},
number = {0},
pages = {null},
year = {0},
doi = {10.1089/cmb.2022.0262},
note ={PMID: 36367700},
URL = {https://doi.org/10.1089/cmb.2022.0262},
eprint = {https://doi.org/10.1089/cmb.2022.0262},
abstract = { Metagenomics enables the recovery of various genetic materials from different species, thus providing valuable insights into microbial communities. Metagenomic binning group sequences belong to different organisms, which is an important step in the early stages of metagenomic analysis pipelines. The classic pipeline followed in metagenomic binning is to assemble short reads into longer contigs and then bin these resulting contigs into groups representing different taxonomic groups in the metagenomic sample. Most of the currently available binning tools are designed to bin metagenomic contigs, but they do not make use of the assembly graphs that produce such assemblies. In this study, we propose MetaCoAG, a metagenomic binning tool that uses assembly graphs with the composition and coverage information of contigs. MetaCoAG estimates the number of initial bins using single-copy marker genes, assigns contigs into bins iteratively, and adjusts the number of bins dynamically throughout the binning process. We show that MetaCoAG significantly outperforms state-of-the-art binning tools by producing similar or more high-quality bins than the second-best binning tool on both simulated and real datasets. To the best of our knowledge, MetaCoAG is the first stand-alone contig-binning tool that directly makes use of the assembly graph information along with other features of the contigs. }
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].