@@ -153,7 +153,6 @@ PepQueryMHC provides four modes (scan, fastq, target, and annotate modes) and ge
153153This 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
171182This format is generated in both scan and target modes. It summarizes matches at the genomic location level, regardless of mutations<br >
0 commit comments