Skip to content

igm-team/Digenic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Digenic

Get summary statistics on the digenic hits in a case/control population.

Authors: Joseph Hostyk, Gundula Povysil

Overview:

Traditional collapsing searches for QVs (qualifying variants - variants that pass certain filters) in every gene. Here, we explore the digenic model: searching for QGPs (qualifying gene pairs - two genes in both of which a sample has a QV).

We first calculate how many total QGPs there are in the dataset. Because that list is pretty large, we demonstrate thresholds necessary to get that amount down to a manageable number. A collapsing matrix marks how many QVs each sample has in each gene. Our file format is a tab-separated file with sample names as column headers and gene names as row headers.

Usage:

digenic.py <matrixFilePath> <geneListFilePath>

Options:

matrixFilePath          Path to the gzipped matrix.
geneListFilePath   	Path to file with each gene on a new line.
-h --help               Show these options.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages