Skip to content

Tools for analyzing IBD state and copy number variation in quartet sequencing experiments

Notifications You must be signed in to change notification settings

skashin/quartetibdanalysis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuartetIBDAnalysis

Tools for analyzing IBD state and copy number variation in quartet sequencing experiments

QuartetIBDAnalysis contains a set of tools for computing the IBD sharing state between siblings in quartets based on genome-wide SNP calls, and for analyzing copy number variation in those quartets through the use of IBD state.

Installation

Prequisites: Java 8

To clone the repo and build with gradle:

$ git clone https://github.com/cwhelan/quartetibdanalysis.git
$ cd quartetibdanalysis/
$ ./gradlew installDist

Usage

Get a list of commands to run:

$ ./quartetibdanalysis --list
Using wrapper script /humgen/gsa-hpprojects/dev/cwhelan/quartetibdanalysis/build/install/QuartetIBDAnalysis/bin/QuartetIBDAnalysis
Running:
    /humgen/gsa-hpprojects/dev/cwhelan/quartetibdanalysis/build/install/QuartetIBDAnalysis/bin/QuartetIBDAnalysis --help
USAGE: QuartetIBDAnalysis <program name> [-h]

Available Programs:
--------------------------------------------------------------------------------------
Quartet IBD Analysis Program Group:              Tools to analyze IBD state and copy number variation in quartets
    AnnotateCopyNumberVariantsWIthIBDState       Annotate a copy number VCF with IBD state
    SiblingIBD                                   Compute IBD blocks between siblings
    TargetDispersedDuplication                   Compute DD location based on IBD

--------------------------------------------------------------------------------------

About

Tools for analyzing IBD state and copy number variation in quartet sequencing experiments

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 90.1%
  • Python 9.9%