You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Variant Information panel shows more variant-level details of the selected
121
126
neoantigen candidate.
@@ -133,7 +138,7 @@ green. This table shows the number of transcripts in each set, the number of
133
138
well-binding peptides the transcripts in the set code for, and the total
134
139
expression of all the transcripts in the set.
135
140
136
-
The second tab shows the details for any reference matches of the neoantigen
141
+
The second tab, titled Reference Matches, shows the details for any reference matches of the neoantigen
137
142
candidate. It repeats information about the Best Peptide sequence, the amino acid
138
143
change, the mutated position, and the gene for easy reference. The mutated
139
144
positions are notated in red in the Best Peptide sequence and the Query
@@ -142,28 +147,59 @@ The Best Peptide subsequence is highlighted in yellow in the Query Sequence. For
142
147
any 8mer subsequence of the query sequence, pVACtools looks for matches in the
143
148
reference proteome. Any matches found are reported in the Hits table
144
149
145
-
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "The Variant Information tab shows more details for the selected variant."}
150
+
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "The Reference Matches tab shows details of reference matches of the neoantigen candidate."}
The last tab shows the additional data if a Additional Neoantigen Candidate Aggregate
154
+
The "Additional Data" tab shows the additional data for the variant if a Additional Neoantigen Candidate Aggregate
150
155
Report was uploaded. It shows the Best Peptide and its information for this variant from the
151
156
additional report. This can be used, e.g., when a Class I neoantigen candidate
152
157
is a bad binder but all other metrics look good. Oftentimes this variant can
153
158
be rescued by considering the best Class II neoantigen candidate instead.
154
159
155
-
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "The Variant Information tab shows more details for the selected variant."}
160
+
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "The Additional Data shows data from the Additional Aggregate Report for the variant."}
The next section shows coverage and expression information as well as
160
165
the genomic coordinates for the variant.
161
-
166
+
162
167
The last section shows counts for how many peptides have been accepted,
163
168
rejected, or marked for review. For most vaccines a certain minimum number of
164
169
neoantigen candidates is desired so this panel makes it easy to review how
165
170
many neoantigen candidates are still needed.
166
171
172
+
### Transcript Set Detailed Data
173
+
174
+
When selecting a transcript set in the Variant Info panel, this panel will
175
+
show details about the neoantigen candidates the transcripts in the set code
176
+
for and as well as details on the transcripts itself.
177
+
178
+
The Peptide Candidates from Selected Transcript Set tab shows a list of
179
+
mutant and matched wildtype peptides and their IC50 binding
180
+
affinity to the patient HLA alleles. Only neoantigen candidate were at least
181
+
opne peptide-MHC binding prediction falls within the `--aggregate-inclusion-threshold`
182
+
will be shown in this table. For HLA alleles were the peptide is not
183
+
well-binding the prediction details will show `X`. This table also shows the
184
+
mutant position, whether or not the neoantigen candidate has any problematic
185
+
positions, and whether or not it failed the anchor criteria. This helps in
186
+
determining whether a neoantigen candidate was deprioritized when selecting the
187
+
Best Peptide. The Best Peptide is highlighted in green.
188
+
189
+
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "The Transcript Set Detailed Data panel shows binding prediction details for the neoantigens the transcripts in the set code for."}
0 commit comments