GENOME-MUSIC-BMR-CALC-COVG-HELPER(1p) | User Contributed Perl Documentation | GENOME-MUSIC-BMR-CALC-COVG-HELPER(1p) |
genome music bmr calc-covg-helper - Uses calcRoiCovg.c to count covered bases per-gene for a tumor-normal pair of BAMs.
This document describes genome music bmr calc-covg-helper version 0.04 (2018-07-05 at 09:17:13)
genome music bmr calc-covg-helper --roi-file=? --reference-sequence=? --normal-tumor-bam-pair=? [--output-file=?] [--output-dir=?] [--normal-min-depth=?] [--tumor-min-depth=?] [--min-mapq=?]
General usage:
... music bmr calc-covg-helper \ --normal-tumor-bam-pair "sample-name path/to/normal_bam path/to/tumor_bam" \ --reference-sequence input_dir/all_sequences.fa \ --output-file output_file \ --roi-file input_dir/all_coding_exons.tsv
Default value '6' if not specified
Default value '8' if not specified
Default value '20' if not specified
This script counts bases with sufficient coverage in the ROIs of each gene in the given pair of tumor-normal BAM files and categorizes them into - AT, CG (non-CpG), and CpG counts. It also adds up these base-counts across all ROIs of each gene in the sample, but covered bases that lie within overlapping ROIs are not counted more than once towards these total counts.
Copyright (C) 2010-2011 Washington University in St. Louis.
It is released under the Lesser GNU Public License (LGPL) version 3. See the associated LICENSE file in this distribution.
Cyriac Kandoth, Ph.D.
2018-07-05 | perl v5.26.2 |