Skip to content

Commit b755ae7

Browse files
committed
[readme] update
1 parent ca32e7e commit b755ae7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ PepQueryMHC provides four modes (scan, fastq, target, and annotate modes) and ge
153153
This format is generated in both scan and fastq modes and contains detailed level of transcriptomic features.<br>
154154
| Column | Description | Example | Scan mode | FASTQ mode |
155155
| :---: | :---: | :---: | :---: | :---: |
156-
| Sequence | Input peptide sequence | LLAETKIHL | Y | Y |
157156
| Matched_location | Matched genomic location | chr16:84101848-84101874 | Y | N |
158157
| Matched_mutations | Nucleotide variants including SNV and INDEL | chr16:84101848A>T | Y | N |
159158
| Matched_strand | RNA strand | - | Y | N |
@@ -165,7 +164,19 @@ This format is generated in both scan and fastq modes and contains detailed leve
165164
| Proportion | Proportion of this annotation among all reads matching the input peptide sequence | 0.947916666666666 | Y | Y |
166165

167166
### target.tsv
168-
This format is generated by target mode.<br>
167+
This format is generated in target mode.<br>
168+
| Column | Description | Example |
169+
| :---: | :---: | :---: |
170+
| Matched_location | Matched genomic location | chr16:84101848-84101874 |
171+
| Matched_mutations | Nucleotide variants including SNV and INDEL | chr16:84101848A>T |
172+
| Matched_strand | RNA strand | - |
173+
| Matched_peptide | Translated nucleotide sequence directly from the input NGS | LLAETKIHL |
174+
| Matched_nucleotide | Nucleotide sequence directly from the input NGS | TAAGTGAATTTTTGTTTCAGCTAAAAG |
175+
| Matched_reference_nucleotide | Reference nucleotide sequence of a given genomic region | aAAGTGAATTTTTGTTTCAGCTAAAAG |
176+
| Matched_read_count | The number of reads supporting the match | 91 |
177+
| Matched_RPHM | Normalized read count supporting tha match | 32.6392389935464 |
178+
| Proportion | Proportion of this annotation among all reads matching the input peptide sequence | 0.978494623655914 |
179+
169180

170181
### gloc.tsv
171182
This format is generated in both scan and target modes. It summarizes matches at the genomic location level, regardless of mutations<br>

0 commit comments

Comments
 (0)