Calculates mutation rates given per-gene coverage (from "music bmr calc-covg"), and a mutation list
This document describes genome music bmr calc-bmr version 0.04 (2013-05-14 at 16:03:04)
genome music bmr calc-bmr --roi-file=? --reference-sequence=? --bam-list=? --output-dir=? --maf-file=? [--skip-non-coding] [--skip-silent] [--bmr-groups=?] [--show-skipped] [--separate-truncations] [--merge-concurrent-muts] [--genes-to-ignore=?]
... music bmr calc-bmr \ --bam-list input_dir/bam_list \ --maf-file input_dir/myMAF.tsv \ --output-dir output_dir/ \ --reference-sequence input_dir/all_sequences.fa \ --roi-file input_dir/all_coding_exons.tsv ... music bmr calc-bmr \ --bam-list input_dir/bam_list \ --maf-file input_dir/myMAF.tsv \ --output-dir output_dir/ \ --reference-sequence input_dir/all_sequences.fa \ --roi-file input_dir/all_coding_exons.tsv \ --genes-to-ignore GENE1,GENE2
Tab delimited list of ROIs [chr start stop gene_name] (See \s-1DESCRIPTION\s0)
Path to reference sequence in \s-1FASTA\s0 format
Tab delimited list of \s-1BAM\s0 files [sample_name normal_bam tumor_bam] (See \s-1DESCRIPTION\s0)
Directory where output files will be written (Use the same one used with calc-covg)
List of mutations using \s-1TCGA\s0 \s-1MAF\s0 specification v2.3
Skip non-coding mutations from the provided \s-1MAF\s0 file Default value 'true' if not specified
Skip silent mutations from the provided \s-1MAF\s0 file Default value 'true' if not specified
Number of clusters of samples with comparable BMRs (See \s-1DESCRIPTION\s0) Default value '1' if not specified
Report each skipped mutation, not just how many Default value 'false' (--noshow-skipped) if not specified
Group truncational mutations as a separate category Default value 'false' (--noseparate-truncations) if not specified
Multiple mutations of a gene in the same sample are treated as 1 Default value 'false' (--nomerge-concurrent-muts) if not specified
Comma-delimited list of genes to ignore for background mutation rates
Given a mutation list (\s-1MAF\s0), and per-gene coverage data calculated using \*(L"music bmr calc-covg\*(R"), this script calculates overall Background Mutation Rate (\s-1BMR\s0) and BMRs in the categories of AT/CG/CpG Transitions, AT/CG/CpG Transversions, and Indels. An optional category for truncational mutations can also be specified. The script generates a file with per-gene mutation rates that can be used with the tool that tests for significantly mutated genes (music smg).
Copyright (C) 2010-2011 Washington University in St. Louis.
It is released under the Lesser \s-1GNU\s0 Public License (\s-1LGPL\s0) version 3. See the associated \s-1LICENSE\s0 file in this distribution.
Cyriac Kandoth, Ph.D.
genome-music-bmr(1), genome-music(1), genome(1)