All Projects → fritzsedlazeck → Survivor

fritzsedlazeck / Survivor

Licence: mit
Toolset for SV simulation, comparison and filtering

Projects that are alternatives of or similar to Survivor

TypeTE
Genotyping of segregating mobile elements insertions
Stars: ✭ 15 (-91.67%)
Mutual labels:  bioinformatics, vcf
Hail
Scalable genomic data analysis.
Stars: ✭ 706 (+292.22%)
Mutual labels:  bioinformatics, vcf
Vcfanno
annotate a VCF with other VCFs/BEDs/tabixed files
Stars: ✭ 259 (+43.89%)
Mutual labels:  bioinformatics, vcf
Cyvcf2
cython + htslib == fast VCF and BCF processing
Stars: ✭ 243 (+35%)
Mutual labels:  bioinformatics, vcf
Cytometry Clustering Comparison
R scripts to reproduce analyses in our paper comparing clustering methods for high-dimensional cytometry data
Stars: ✭ 30 (-83.33%)
Mutual labels:  bioinformatics, comparison
SVCollector
Method to optimally select samples for validation and resequencing
Stars: ✭ 20 (-88.89%)
Mutual labels:  bioinformatics, vcf
Htslib
C library for high-throughput sequencing data formats
Stars: ✭ 529 (+193.89%)
Mutual labels:  bioinformatics, vcf
Hap.py
Haplotype VCF comparison tools
Stars: ✭ 249 (+38.33%)
Mutual labels:  bioinformatics, vcf
16gt
Simultaneous detection of SNPs and Indels using a 16-genotype probabilistic model
Stars: ✭ 26 (-85.56%)
Mutual labels:  bioinformatics, vcf
Tiledb Vcf
Efficient variant-call data storage and retrieval library using the TileDB storage library.
Stars: ✭ 26 (-85.56%)
Mutual labels:  bioinformatics, vcf
Biosyntax
Syntax highlighting for computational biology
Stars: ✭ 164 (-8.89%)
Mutual labels:  bioinformatics, vcf
Truvari
Structural variant toolkit for VCFs
Stars: ✭ 85 (-52.78%)
Mutual labels:  bioinformatics, vcf
Pygeno
Personalized Genomics and Proteomics. Main diet: Ensembl, side dishes: SNPs
Stars: ✭ 261 (+45%)
Mutual labels:  bioinformatics, vcf
Helmsman
highly-efficient & lightweight mutation signature matrix aggregation
Stars: ✭ 19 (-89.44%)
Mutual labels:  bioinformatics, vcf
Svtyper
Bayesian genotyper for structural variants
Stars: ✭ 79 (-56.11%)
Mutual labels:  bioinformatics, vcf
Genomics
A collection of scripts and notes related to genomics and bioinformatics
Stars: ✭ 101 (-43.89%)
Mutual labels:  bioinformatics, vcf
Veins
Veins - The open source vehicular network simulation framework.
Stars: ✭ 173 (-3.89%)
Mutual labels:  simulator
Objectscomparer
C# Framework provides mechanism to compare complex objects, allows to override comparison rules for specific properties and types.
Stars: ✭ 161 (-10.56%)
Mutual labels:  comparison
Are We Fast Yet
Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays
Stars: ✭ 161 (-10.56%)
Mutual labels:  comparison
Roary
Rapid large-scale prokaryote pan genome analysis
Stars: ✭ 176 (-2.22%)
Mutual labels:  bioinformatics

SURVIVOR

SURVIVOR is a tool set for simulating/evaluating SVs, merging and comparing SVs within and among samples, and includes various methods to reformat or summarize SVs.

Please see our github wiki for more information (https://github.com/fritzsedlazeck/SURVIVOR/wiki )


Cite:

If you use it in your study please cite:

Transient structural variations have strong effects on quantitative traits and reproductive isolation in fission yeast.
Jeffares, Daniel C; Jolly, Clemency; Hoti, Mimoza; Speed, Doug; Shaw, Liam; Rallis, Charalampos; Balloux, Francois; Dessimoz, Christophe; Bähler, Jürg; Sedlazeck, Fritz J.
Nature communications, Vol. 8, 14061, 24.01.2017, p. 1-11. DOI:10.1038/NCOMMS14061


INSTALL:

Download SURVIVOR:

git clone https://github.com/fritzsedlazeck/SURVIVOR.git
cd SURVIVOR/Debug
make

USAGE:

./SURVIVOR ID

to see the individual parameters for each option.

choose the ID from these options:

Program: SURVIVOR (Tools for Structural Variations in the VCF format)
Version: 1.0.3

Usage: SURVIVOR <command> [options]

Commands:
-- Simulation/ Evaluation
	simSV	Simulates SVs and SNPs on a reference genome.
	scanreads	Obtain error profiles form mapped reads for simulation.
	simreads	Simulates long reads (Pacio or ONT).
	eval	Evaluates a VCF file after SV calling over simulated data.

-- Comparison/filtering
	merge	Compare or merge VCF files to generate a consensus or multi sample vcf files.
	filter	Filter a vcf file based on size and/or regions to ignore
	stats	Report multipe stats over a VCF file
	compMUMMer	Annotates a VCF file with the breakpoints found with MUMMer (Show-diff).

-- Conversion
	bincov	Bins coverage vector to a bed file to filter SVs in low MQ regions
	vcftobed	Converts a VCF file to a bed file
	bedtovcf	Converts a bed file to a VCF file
	smaptovcf	Converts the smap file to a VCF file (beta version)
	bedpetovcf	Converts a bedpe file ot a VCF file (beta version)
	hapcuttovcf	Converts the Hapcut2 final file to a VCF file using the original SNP file provided to Hapcut2
	convertAssemblytics	Converts Assemblytics to a VCF file```

CONTACT:

If you have questions or encounter a problem please 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].