GENOME-MUSIC-BMR-CALC-BMR(1p) | User Contributed Perl Documentation | GENOME-MUSIC-BMR-CALC-BMR(1p) |
genome music bmr calc-bmr - 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 (2018-07-05 at 09:17:13)
genome music bmr calc-bmr --bmr-output=? --roi-file=? --gene-mr-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
Default value 'true' if not specified
Default value 'true' if not specified
Default value '1' if not specified
Default value 'false' (--noshow-skipped) if not specified
Default value 'false' (--noseparate-truncations) if not specified
Default value 'false' (--nomerge-concurrent-muts) if not specified
Given a mutation list (MAF), and per-gene coverage data calculated using "music bmr calc-covg"), this script calculates overall Background Mutation Rate (BMR) 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 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 |