Manual for ExomeCQA program

ExomeCQA 1.0

This software asseses the coverage in a WES dataset generated from multiple samples. Specifically, ExomeCQA aims to calculate CCS scores and UE scores automatically for any cohort WES dataset.

System Requirements

ExomeCQA will run on Mac OS or any Linux distribution. (Windows installation will require the use of Windows Bash or another Linux-based emulator; this software has not been tested on Windows however.)

ExomeCQA will require Bedtools (tested with version 2.X) to calculate genomic coverage for the desired target regions. Bedtools software could be downloaded from here.

Installation

Download the source code: exomeCQA.tar.gz

Open a command line terminal, move to the directory where you downloaded the package, and enter the following commands:

Copy programs exomeCQA and genIndex to a location you want (e.g. a directory in your $PATH).

Usage

Pre-process and format requirements

ExomeCQA need to use coverage files as the input. Therefore, there are several preprocessing steps that need to be done first before running exomeCQA:

Run program

Run the program by opening a command line terminal and moving to the directory with all coverage files and index files as input. You also need to give the name of output files of metrics for exons and genes. The usage of exomeCQA is as below:

$ exomeCQA <folder_name> <output_file_for_exon_data> <output_file_for_gene_data> [chromosome_name]

parameters:

For example, to run exomeCQA for chromosome 1 with coverage files in the folder named "all_targets" and save the result for exons in exon.chr1 and for genes in gene.chr1, run:

Output

The output file will include a list of all exon regions or genes with CCS scores and UE scores. The meaning of output columns is shown as below (based on the order of output)

More details on algorithm development, software implementation, and performance evaluation of Rescuer could be found in our paper.

© 2014 Santhosh Girirajan Lab
All rights reserved
Penn State