Skip to content

Method to optimally select samples for validation and resequencing

License

Notifications You must be signed in to change notification settings

tbenavi1/SVCollector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVCollector

Structural Variations (SVs) are increasingly recognized for their importance in genomics. Short-read sequencing is the most widely-used approach for genotyping large numbers of samples for SVs but suffers from relatively poor accuracy. Here we present SVCollector, an open-source method that optimally selects samples to maximize variant discovery and validation using long read resequenc- ing or PCR-based validation. SVCollector has two modes: selecting those samples that are individually the most diverse or those that collectively capture the largest number of variations. If you experience problems or have suggestions please post an issue here or contact: [email protected]

How to build SVCollector

wget https://github.com/fritzsedlazeck/SVCollector/archive/master.zip -O SVCollector.tar.gz
tar xzvf SVCollector.tar.gz
cd SVCollector-master/Debug
make

./SVCollector

Citation

Please cite our preprint: https://www.biorxiv.org/content/early/2018/06/08/342386

About

Method to optimally select samples for validation and resequencing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.9%
  • Makefile 25.6%
  • Perl 8.8%
  • R 8.1%
  • Shell 4.6%