项目作者: hall-lab

项目描述 :
Tools for processing and analyzing structural variants.
高级语言: Python
项目地址: git://github.com/hall-lab/svtools.git
创建时间: 2014-04-09T18:33:11Z
项目社区:https://github.com/hall-lab/svtools

开源协议:MIT License

下载


svtools - Comprehensive utilities to explore structural variations in genomes

License
Build Status
Coverage Status

PyPI
DOI

Summary

svtools is a suite of utilities designed to help bioinformaticians construct and explore cohort-level structural variation calls. It is designed to efficiently merge and genotype calls from speedseq sv across thousands to tens of thousands of genomes.

Table of Contents

  1. Requirements
  2. Installation
  3. Obtaining help
  4. Usage
  5. Citing svtools
  6. Troubleshooting

Requirements

Installation

We recommend you install using pip. For more detailed instructions, see our Installation guide.

Installing via pip

  1. pip install svtools

Obtaining help

Please see the documentation on, or linked to, this page. For additional help or to report a bug, please open an issue in the svtools repository: https://github.com/hall-lab/svtools/issues

Usage

svtools consists of subcommands for processing VCF or BEDPE files of structural variants and one accessory script (create_coordinates).

  1. usage: svtools [-h] [--version] [--support] subcommand ...
  2. Comprehensive utilities to explore structural variation in genomes
  3. optional arguments:
  4. -h, --help show this help message and exit
  5. --version show program's version number and exit
  6. --support information on obtaining support
  7. subcommand description
  8. lsort sort N LUMPY VCF files into a single file
  9. lmerge merge LUMPY calls inside a single file from svtools lsort
  10. vcfpaste paste VCFs from multiple samples
  11. copynumber add copynumber information using cnvnator-multi
  12. genotype compute genotype of structural variants based on breakpoint depth
  13. afreq add allele frequency information to a VCF file
  14. bedpetobed12 convert a BEDPE file to BED12 format for viewing in IGV or the
  15. UCSC browser
  16. bedpetovcf convert a BEDPE file to VCF
  17. vcftobedpe convert a VCF file to a BEDPE file
  18. vcfsort sort a VCF file
  19. bedpesort sort a BEDPE file
  20. prune cluster and prune a BEDPE file by position based on allele
  21. frequency
  22. varlookup look for variants common between two BEDPE files
  23. classify reclassify DEL and DUP based on read depth information

Citing svtools

Until svtools is published, please cite using its DOI. Note that this link corresponds to the latest version. If you used an earlier version then your DOI may be different and you can find it on Zenodo.

Troubleshooting

As issues arise and common problems are identified, we will list them here.

Note: For additional information and usage refer to the Tutorial.md file.