Skip to main content

A structural variant caller for long reads.

Project description

https://img.shields.io/pypi/v/svim?style=flat https://img.shields.io/conda/vn/bioconda/svim?style=flat https://img.shields.io/conda/dn/bioconda/svim?label=bioconda%20downloads&style=flat https://img.shields.io/badge/published%20in-Bioinformatics-blue.svg

SVIM (pronounced SWIM) is a structural variant caller for long sequencing reads. It is able to detect and classify the following six classes of structural variation: deletions, insertions, inversions, tandem duplications, interspersed duplications and translocations. SVIM also estimates the genotypes of deletions, insertions, inversions and interspersed duplications. Unlike other methods, SVIM integrates information from across the genome to precisely distinguish similar events, such as tandem and interspersed duplications and simple insertions. In our experiments on simulated data and real datasets from PacBio and Nanopore sequencing machines, SVIM reached consistently better results than competing methods.

Note! To analyze haploid or diploid genome assemblies or contigs, please use our other method SVIM-asm.

Background on Structural Variants and Long Reads

https://raw.githubusercontent.com/eldariont/svim/master/docs/SVclasses.png

Structural variants (SVs) are typically defined as genomic variants larger than 50bps (e.g. deletions, duplications, inversions). Studies have shown that they affect more bases in an average genome than SNPs or small Indels. Consequently, they have a large impact on genes and regulatory regions. This is reflected in the large number of genetic disorders and other disease that are associated to SVs.

Common sequencing technologies by providers such as Illumina generate short reads with high accuracy. However, they exhibit weaknesses in repeat and low-complexity regions where SVs are particularly common. Single molecule long-read sequencing technologies from Pacific Biotechnologies and Oxford Nanopore produce reads with error rates of up to 15% but with lengths of several kbps. The high read lengths enable them to cover entire repeats and SVs which facilitates SV detection.

Installation

#Install via conda into a new environment (recommended): installs all dependencies including read alignment dependencies
conda create -n svim_env --channel bioconda svim

#Install via conda into existing (active) environment: installs all dependencies including read alignment dependencies
conda install --channel bioconda svim

#Install via pip (requires Python 3.6.* or newer): installs all dependencies except those necessary for read alignment (ngmlr, minimap2, samtools)
pip install svim

#Install from github (requires Python 3.6.* or newer): installs all dependencies except those necessary for read alignment (ngmlr, minimap2, samtools)
git clone https://github.com/eldariont/svim.git
cd svim
pip install .

Dependencies

  • edlib for edit distance computation

  • matplotlib>=3.3.0 for plotting

  • numpy and scipy for hierarchical clustering

  • pysam (>=0.15.2) for SAM/BAM file processing

  • pyspoa (>=0.0.6) for consensus sequence computation

  • py-cpuinfo (>=7.0.0) for CPU info retrieval (checking for SIMD capabilities)

Changelog

  • v2.0.0: adds consensus sequence computation for insertions, improves clustering step (considers sequence similarity when clustering insertions and prevents signatures from same read to be clustered together), outputs sequence alleles for all SV types except BNDs and DUPs by default, updates default parameters, bugfixes

  • v1.4.2: fixes invalid start coordinates in VCF output, issues warning for invalid characters in contig names

  • v1.4.1: improves clustering of translocation breakpoints (BNDs), improves –all_bnds mode, bugfixes

  • v1.4.0: fixes and improves clustering of insertions, adds option –all_bnds to output all SV classes in breakend notation, updates default value of –partition_max_distance to avoid very large partitions, bugfixes

  • v1.3.1: small changes to partitioning and clustering algorithm, adds two new command-line options to output duplications as INS records in VCF, removes limit on number of supplementary alignments, removes q5 filter, bugfixes

  • v1.3.0: improves BND detection, adds INFO:ZMWS tag with number of supporting PacBio wells, adds sequence alleles for INS, adds FORMAT:CN tag for tandem duplications, bugfixes

  • v1.2.0: adds 3 more VCF output options: output sequence instead of symbolic alleles in VCF, output names of supporting reads, output insertion sequences of supporting reads

  • v1.1.0: outputs BNDs in VCF, detects large tandem duplications, allows skipping genotyping, makes VCF output more flexible, adds genotype scatter plot

  • v1.0.0: adds genotyping of deletions, inversions, insertions and interspersed duplications, produces plots of SV length distribution, improves help descriptions

  • v0.5.0: replaces graph-based clustering with hierarchical clustering, modifies scoring function, improves partitioning prior to clustering, improves calling from coordinate-sorted SAM/BAM files, improves VCF output

  • v0.4.4: includes exception message into log files, bug fixes, adds tests and sets up Travis

  • v0.4.3: adds support for coordinate-sorted SAM/BAM files, improves VCF output and increases compatibility with IGV and truvari, bug fixes

Input

SVIM analyzes long reads given as a FASTA/FASTQ file (uncompressed or gzipped) or a file list. Alternatively, it can analyze an alignment file in BAM format. SVIM has been successfully tested on PacBio CLR, PacBio CCS (HiFi) and Oxford Nanopore data. It has been tested on alignment files produced by the read aligners minimap2, pbmm2 and NGMLR.

Output

SVIM’s main output file called variants.vcf is placed into the given working directory.

Usage

Please see our wiki.

Contact

If you experience problems or have suggestions please create an issue or a pull request or contact heller_d@molgen.mpg.de.

Citation

Feel free to read and cite our paper in Bioinformatics: https://doi.org/10.1093/bioinformatics/btz041

License

The project is licensed under the GNU General Public License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

svim-2.0.0b1.tar.gz (59.1 kB view details)

Uploaded Source

Built Distribution

svim-2.0.0b1-py3-none-any.whl (81.5 kB view details)

Uploaded Python 3

File details

Details for the file svim-2.0.0b1.tar.gz.

File metadata

  • Download URL: svim-2.0.0b1.tar.gz
  • Upload date:
  • Size: 59.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

File hashes

Hashes for svim-2.0.0b1.tar.gz
Algorithm Hash digest
SHA256 e8c3a61f94155470b2a55e0dd344efeb0addc4bf59f66571a05c3c00f845d00c
MD5 fcff627c8c22a8c8ddda34a2ae841250
BLAKE2b-256 159a8c27843ca3a9aa376412889a8aaeb4d11f527212e8e4653913d611822bd7

See more details on using hashes here.

File details

Details for the file svim-2.0.0b1-py3-none-any.whl.

File metadata

  • Download URL: svim-2.0.0b1-py3-none-any.whl
  • Upload date:
  • Size: 81.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5

File hashes

Hashes for svim-2.0.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 ab8edb2816115106ae439c977682b439364253f9e377cbcb8659f163a5c77862
MD5 3fabf7d4b02caebbb47d18c460a4143a
BLAKE2b-256 9f9fea02e763fbac176e8422091167f69b55fea38dd2c8e9128fbb4b35da88c8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page