All Projects → Illumina → Manta

Illumina / Manta

Licence: other
Structural variant and indel caller for mapped sequencing data

Projects that are alternatives of or similar to Manta

redbiom
Sample search by metadata and features
Stars: ✭ 27 (-90.04%)
Mutual labels:  bioinformatics
streamformatics
Real-time species-typing visualisation for nanopore data.
Stars: ✭ 13 (-95.2%)
Mutual labels:  bioinformatics
Vcfanno
annotate a VCF with other VCFs/BEDs/tabixed files
Stars: ✭ 259 (-4.43%)
Mutual labels:  bioinformatics
sapporo
A standard implementation conforming to the Global Alliance for Genomics and Health (GA4GH) Workflow Execution Service (WES) API specification and a web application for managing and executing those WES services.
Stars: ✭ 17 (-93.73%)
Mutual labels:  bioinformatics
Packages
Aim to be the bioinformatics repository with more and newer packages
Stars: ✭ 13 (-95.2%)
Mutual labels:  bioinformatics
varsome-api-client-python
Example client programs for Saphetor's VarSome annotation API
Stars: ✭ 21 (-92.25%)
Mutual labels:  bioinformatics
weblogo
WebLogo 3: Sequence Logos redrawn
Stars: ✭ 106 (-60.89%)
Mutual labels:  bioinformatics
Seq
A high-performance, Pythonic language for bioinformatics
Stars: ✭ 263 (-2.95%)
Mutual labels:  bioinformatics
platon
Identification & characterization of bacterial plasmid-borne contigs from short-read draft assemblies.
Stars: ✭ 52 (-80.81%)
Mutual labels:  bioinformatics
Dnafeaturesviewer
👁 Python library to plot DNA sequence features (e.g. from Genbank files)
Stars: ✭ 259 (-4.43%)
Mutual labels:  bioinformatics
gff3toembl
Converts Prokka GFF3 files to EMBL files for uploading annotated assemblies to EBI
Stars: ✭ 27 (-90.04%)
Mutual labels:  bioinformatics
qmflows
This library tackles the construction and efficient execution of computational chemistry workflows
Stars: ✭ 35 (-87.08%)
Mutual labels:  bioinformatics
deepsignal-plant
Detecting methylation using signal-level features from Nanopore sequencing reads of plants
Stars: ✭ 21 (-92.25%)
Mutual labels:  bioinformatics
snakefmt
The uncompromising Snakemake code formatter
Stars: ✭ 78 (-71.22%)
Mutual labels:  bioinformatics
Postgui
A React web application to query and share any PostgreSQL database.
Stars: ✭ 260 (-4.06%)
Mutual labels:  bioinformatics
BioD
A D library for computational biology and bioinformatics
Stars: ✭ 45 (-83.39%)
Mutual labels:  bioinformatics
searchgui
Highly adaptable common interface for proteomics search and de novo engines
Stars: ✭ 22 (-91.88%)
Mutual labels:  bioinformatics
Cobrapy
COBRApy is a package for constraint-based modeling of metabolic networks.
Stars: ✭ 267 (-1.48%)
Mutual labels:  bioinformatics
Pygeno
Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs
Stars: ✭ 261 (-3.69%)
Mutual labels:  bioinformatics
Bio.jl
[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
Stars: ✭ 257 (-5.17%)
Mutual labels:  bioinformatics

Manta Structural Variant Caller

Manta calls structural variants (SVs) and indels from mapped paired-end sequencing reads. It is optimized for analysis of germline variation in small sets of individuals and somatic variation in tumor/normal sample pairs. Manta discovers, assembles and scores large-scale SVs, medium-sized indels and large insertions within a single efficient workflow. The method is designed for rapid analysis on standard compute hardware: NA12878 at 50x genomic coverage is analyzed in less than 20 minutes on a 20 core server, and most WGS tumor/normal analyses can be completed within 2 hours. Manta combines paired and split-read evidence during SV discovery and scoring to improve accuracy, but does not require split-reads or successful breakpoint assemblies to report a variant in cases where there is strong evidence otherwise. It provides scoring models for germline variants in small sets of diploid samples and somatic variants in matched tumor/normal sample pairs. There is experimental support for analysis of unmatched tumor samples as well. Manta accepts input read mappings from BAM or CRAM files and reports all SV and indel inferences in VCF 4.1 format. See the user guide for a full description of capabilities and limitations.

Methods and benchmarking details are described in:

Chen, X. et al. (2016) Manta: rapid detection of structural variants and indels for germline and cancer sequencing applications. Bioinformatics, 32, 1220-1222. doi:10.1093/bioinformatics/btv710

...and the corresponding open-access pre-print.

License

Manta source code is provided under the GPLv3 license. Manta includes several third party packages provided under other open source licenses, please see COPYRIGHT.txt for additional details.

Getting Started

For linux users, it is recommended to start from the most recent binary distribution on the Manta releases page, this distribution can be unpacked, moved to any convenient directory and tested by running a small demo included with the release distribution. Manta can also be installed and run on OS X. Please see the installation instructions for full build and installation details of all supported cases.

Data Analysis and Interpretation

After completing installation, see the Manta user guide for instructions on how to run Manta, interpret results and estimate hardware requirements/compute cost, in addition to a high-level methods overview.

Manta Code Development

For manta code development and debugging details, see the Manta developer guide. This includes details on Manta's developement protocols, special build instructions, recommended workflows for investigating calls, and internal documentation details.

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].