All Projects → dantaki → Sv2

dantaki / Sv2

Support Vector Structural Variation Genotyper

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Sv2

Cytometry Clustering Comparison
R scripts to reproduce analyses in our paper comparing clustering methods for high-dimensional cytometry data
Stars: ✭ 30 (-42.31%)
Mutual labels:  bioinformatics
Uta
Universal Transcript Archive: comprehensive genome-transcript alignments; multiple transcript sources, versions, and alignment methods; available as a docker image
Stars: ✭ 38 (-26.92%)
Mutual labels:  bioinformatics
Liger
Lightweight Iterative Gene set Enrichment in R
Stars: ✭ 44 (-15.38%)
Mutual labels:  bioinformatics
Fastp
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
Stars: ✭ 966 (+1757.69%)
Mutual labels:  bioinformatics
Etrf
Exact Tandem Repeat Finder (not a TRF replacement)
Stars: ✭ 35 (-32.69%)
Mutual labels:  bioinformatics
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+1826.92%)
Mutual labels:  bioinformatics
Rasusa
Randomly subsample sequencing reads to a specified coverage
Stars: ✭ 28 (-46.15%)
Mutual labels:  bioinformatics
Yacrd
Yet Another Chimeric Read Detector
Stars: ✭ 49 (-5.77%)
Mutual labels:  bioinformatics
Locuszoom Standalone
Create regional association plots from GWAS or meta-analysis
Stars: ✭ 35 (-32.69%)
Mutual labels:  bioinformatics
Verifybamid
VerifyBamID2: A robust tool for DNA contamination estimation from sequence reads using ancestry-agnostic method.
Stars: ✭ 44 (-15.38%)
Mutual labels:  bioinformatics
Metasra Pipeline
MetaSRA: normalized sample-specific metadata for the Sequence Read Archive
Stars: ✭ 33 (-36.54%)
Mutual labels:  bioinformatics
Genevalidator
GeneValidator: Identify problems with predicted genes
Stars: ✭ 34 (-34.62%)
Mutual labels:  bioinformatics
Singlecellhaystack
Finding surprising needles (=genes) in haystacks (=single cell transcriptome data).
Stars: ✭ 41 (-21.15%)
Mutual labels:  bioinformatics
Protr
Comprehensive toolkit for generating various numerical features of protein sequences
Stars: ✭ 30 (-42.31%)
Mutual labels:  bioinformatics
Sns
Analysis pipelines for sequencing data
Stars: ✭ 43 (-17.31%)
Mutual labels:  bioinformatics
Sv Callers
Snakemake-based workflow for detecting structural variants in WGS data
Stars: ✭ 28 (-46.15%)
Mutual labels:  bioinformatics
Migmap
HTS-compatible wrapper for IgBlast V-(D)-J mapping tool
Stars: ✭ 38 (-26.92%)
Mutual labels:  bioinformatics
Emperor
Emperor a tool for the analysis and visualization of large microbial ecology datasets
Stars: ✭ 51 (-1.92%)
Mutual labels:  bioinformatics
Dram
Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
Stars: ✭ 47 (-9.62%)
Mutual labels:  bioinformatics
Awesome Vdj
Tools and databases for analyzing HLA and VDJ genes.
Stars: ✭ 43 (-17.31%)
Mutual labels:  bioinformatics

alt text

Support Vector Structural Variation Genotyper

A genotyper for the rest of us

DOI

Danny Antaki, William M Brandler, Jonathan Sebat; SV2: Accurate Structural Variation Genotyping and De Novo Mutation Detection from Whole Genomes, Bioinformatics, , btx813, https://doi.org/10.1093/bioinformatics/btx813

SV2 filters and integrates structural variants from multiple calling algorithms. Given multiple samples, SV2 creates a genotype matrix. SV2 also provides annotations for genes, repeat elements, and common SVs for filtering post-genotyping.


Table of Contents


SV2 (support-vector structural-variant genotyper) is a machine learning algorithm for genotyping deletions and duplications from paired-end whole genome sequencing data. SV2 can rapidly integrate variant calls from multiple SV discovery algorithms into a unified callset with high genotyping accuracy and detection of de novo mutations.

alt text


User Guide

Tutorial


Getting Started

1️⃣ Installation

Install with pip Recommended

$ pip install sv2 

2️⃣ Configure SV2

# download required resource files
$ sv2 -download

# define fasta locations
$ sv2 -hg19 /full/path/to/hg19.fa [-hg38 hg38.fa -mm10 mm10.fa] 

3️⃣ Run SV2

$ sv2 -i in.bam -v sv.vcf -snv in.vcf.gz -p in.ped

📓 SV2 Options Documentation


Input

SV2 requires BAM/CRAM files, SVs to genotype, SNV VCF files, and PED files.

$sv2 -i <in.bam ...> -v <sv.vcf ...> -b <sv.bed ...> -snv <snv.vcf.gz ...> -p <fam.ped ...> 

Documentation for required inputs:


Output

Output is generated in the current working directory by default.

$ sv2 ... -O <output path prefix>
  • sv2_preprocessing/ contains preprocessing output

  • sv2_features/ feature extraction output

  • sv2_genotypes/ genotype output

Output VCF contains annotations for genes and filters


Training

Advanced users can retrain SV2 genotyping classifiers with the original or custom training set.

📓 Training Documentation


Performance

SV2 estimated runtime performance. Details

alt text

SV2 performance was determined with independent evaluation cohorts. Genotypes were validated with Illumina 2.5M microarrays and PacBio single molecule sequencing.

alt text

Performance of de novo mutations

Please refer to the publication for performance details.


Requirements

📓 Usage Documentation


Citing SV2

Danny Antaki, William M Brandler, Jonathan Sebat; SV2: Accurate Structural Variation Genotyping and De Novo Mutation Detection from Whole Genomes, Bioinformatics, , btx813, https://doi.org/10.1093/bioinformatics/btx813

Link to Article


Troubleshooting

License

MIT License

Copyright (c) 2017 Danny Antaki

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Contact

📫 [email protected] 🤘

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