GENOME-MUSIC-MUTATION-RELATION(1p) | User Contributed Perl Documentation | GENOME-MUSIC-MUTATION-RELATION(1p) |
genome music mutation-relation - Identify relationships of mutation concurrency or mutual exclusivity in genes across cases.
This document describes genome music mutation-relation version 0.04 (2018-07-05 at 09:17:13)
genome music mutation-relation --bam-list=? --maf-file=? --output-file=? [--mutation-matrix-file=?] [--permutations=?] [--gene-list=?] [--skip-non-coding] [--skip-silent]
... music mutation-relation \ --maf-file /path/myMAF.tsv \ --permutations 1000 \ --output-file /path/mutation_relation.csv
Default value '100' if not specified
Default value 'true' if not specified
Default value 'true' if not specified
This module parses a list of mutations in MAF format and attempts to determine relationships among mutated genes. It employs a correlation test to see whether or not any two genes are mutated concurrently (positive correlation) or mutually exclusively (negative correlation). Because of the possibility of largely varying numbers of mutations present in different genes, P-values are calculated using restricted permutations that take into account the distribution of mutation counts among the samples. In the output file, 'pand' is the P-value for concurrent mutation events, and 'pexc' is the P-value for mutually exclusive mutation events.
Nathan D. Dees, Ph.D. Qunyuan Zhang, Ph.D.
2018-07-05 | perl v5.26.2 |