Skip to content

Commit 0109e27

Browse files
authored
Update README.md
1 parent a33b256 commit 0109e27

1 file changed

Lines changed: 1 addition & 22 deletions

File tree

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -91,27 +91,6 @@ mutation in a single patient. Columns can be in any order, with names and
9191
formats as follows. To provide maximal input flexibility, MutSig accepts
9292
synonyms for each column name. Column names are case sensitive.
9393

94-
<!--* `chr`: Chromosome of the mutation. MutSig only analyzes mutations on autosomal or sex chromosomes, and does not consider the mitochondrial chromosome or unplaced/alternate contigs.
95-
* Range: `(chr)?[1..24XY]`
96-
* Synonyms: `Chromosome`
97-
98-
* `pos`: hg19 position of the mutation, 1-indexed.
99-
* Regex: `[0-9]+`
100-
* Synonyms: `Position`, `start`, `Start_position`
101-
102-
* `patient`: Unique identifier for the patient.
103-
* Regex: `[A-Za-z0-9]+`
104-
* Synonyms: `Tumor_Sample_Barcode`, `Patient_name`
105-
106-
* `ref_allele`: hg19 reference base(s) for the position. In the case of insertions, must be "-".
107-
* Regex: `(-|[ACGT]+)`
108-
* Synonyms: `Reference_Allele`
109-
110-
* `newbase`: Observed variant allele at the position. In the case of deletions, must be "-".
111-
* Regex: `(-|[ACGT]+)`
112-
* Synonyms: `Tumor_Allele`, `Tum_allele`, `Alt_allele`, `Alternate_allele`, `Tumor_Seq_Allele2` -->
113-
114-
Note that MutSig does not require any other mutation annotations; it infers everything else on its own.
11594
* `chr`: Chromosome of the mutation. MutSig only analyzes mutations on
11695
autosomal or sex chromosomes, and does not consider the
11796
mitochondrial chromosome or unplaced/alternate contigs.
@@ -122,7 +101,7 @@ Note that MutSig does not require any other mutation annotations; it infers ever
122101
* Regex: `[0-9]+`
123102
* Synonyms: `Position`, `start`, `Start_position`
124103

125-
* gene: HUGO symbol for the gene containing this mutation, or "Unknown"
104+
* `gene`: HUGO symbol for the gene containing this mutation, or "Unknown"
126105
for IGR mutations.
127106
* Regex: `[A-Za-z0-9]+`
128107
* Synonyms: `Hugo_Symbol`, `Gene_name`

0 commit comments

Comments
 (0)