CoCoNet documentation

https://travis-ci.org/Puumanamana/CoCoNet.svg?branch=master https://codecov.io/gh/Puumanamana/CoCoNet/branch/master/graph/badge.svg https://readthedocs.org/projects/coconet/badge/?version=latest https://api.codacy.com/project/badge/Grade/552eeafebb52496ebb409f421bd4edb6 https://anaconda.org/bioconda/coconet-binning/badges/version.svg

Citation

Cédric G Arisdakessian, Olivia Nigro, Grieg Steward, Guylaine Poisson, Mahdi Belcaid, CoCoNet: An Efficient Deep Learning Tool for Viral Metagenome Binning, Bioinformatics, 2021;, btab213, https://doi.org/10.1093/bioinformatics/btab213

Description

CoCoNet (Composition and Coverage Network) is a binning method for viral metagenomes. It leverages deep learning to abstract the modeling of the k-mer composition and the coverage for binning contigs assembled form viral metagenomic data. Specifically, our method uses a neural network to learn from the metagenomic data a flexible function for predicting the probability that any pair of contigs originated from the same genome. These probabilities are subsequently combined to infer bins, or clusters representing the species present in the sequenced samples. Our approach was specifically designed for diverse viral metagenomes, such as those found in environmental samples (e.g., oceans, soil, etc.).

Install

Basic usage

CoCoNet is available as the command line program. For a list of all the options, open a terminal and run:

coconet run -h

For more details, please see the documentation on ReadTheDocs

Checking the installation

A test dataset is provided in this repository in tests/sim_data. To quickly verify the installation worked, you can simply download the repository and run the test command as follows:

git clone https://github.com/Puumanamana/CoCoNet
cd CoCoNet
make test

Indices and tables