Skip to content

Guide to installing, using, and interpreting structural variant finders. Includes example scripts for running tools on UCLA's Hoffman2 and a description of how to use the machine learning combination method FusorSV.

Notifications You must be signed in to change notification settings

samanthaleejensen/svfindermanual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

svfindermanual

A guide to installing, using, and interpreting structural variant discovery tools

BACKGROUND

structural variants

Structural variants are genetic mutations that occur at more than one nucleotide (which would be a SNP). They include deletions, insertions, duplications, copy number variants (CNVs), inversions, translocations, and large chromosomal rearrangements. Definitions may vary as some geneticists define a true structural variant as a mutation affecting from 1 kilobase to 3 megabases, which is the general range the tools described herein affect.

I've done quite a bit of work on structural variant detection from whole genome sequence data and found the tools among some of the most difficult programs to work with that I've encountered as a bioinformatician. Therefore, I've created this resource for other researchers that explains in simple terms how to use these methods. As I figure out more tools and combination methods I will add to it.

TOOLS

I'm starting with the tools whose output is combined by the machine learning method FusorSV. I will also include information on how to install and run FusorSV.

Tool Documentation written Installed on Hoffman2 Wrapper available Example runs available Example output available
LUMPY
BreakDancer
Genome STRiP
CNVnator
BreakSeq
cn.MOPS
DELLY
FusorSV

For all explanations, see the wiki.

I'm a graduate student at UCLA and will also push accessible scripts I write to run these tools on UCLA's Hoffman2 supercomputer. They might not be useful to you at another institution, but they can show you examples of how to make the tools work on a system where you don't have root access.

Most of my scripts are based on the work of Huajun Zhou and Jerome Luo for Dr. Jae Hoon Sul. You can find Huajun's work at https://github.com/hjzhou988/Structural_Variants_pipeline.

About

Guide to installing, using, and interpreting structural variant finders. Includes example scripts for running tools on UCLA's Hoffman2 and a description of how to use the machine learning combination method FusorSV.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages