Skip to content

Commit b5bb1fe

Browse files
Add sections on re-tiering, commenting, and exporting
1 parent dde8e07 commit b5bb1fe

File tree

1 file changed

+36
-10
lines changed

1 file changed

+36
-10
lines changed

05-pvacview_tour.Rmd

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11

2-
# Tour of pVACview
2+
# Review Your Results in pVACview
33

44
```{r, include = FALSE}
55
ottrpal::set_knitr_image_path()
66
```
77

88
## Learning Objectives
99

10-
This chapter will cover:
10+
This chapter will cover:
1111

1212
- Introduction to the pVACview module
1313
- How to start pVACview
1414
- How to load your pVACseq data into pVACview
1515
- The pVACview user interface
16-
- Demo of the pVACview interface
16+
- How to re-tier results in pVACview
17+
- How to add comments to the variants in the report
18+
- How to export the reviewed results
1719

1820
## Introduction to the pVACview module
1921

@@ -210,7 +212,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1uz39zaObDGKhEVCG
210212

211213
### Additional Peptide Information
212214

213-
In the Additional Peptide Information panels, users can see more information
215+
In the Additional Peptide Information panel, users can see more information
214216
for the neoantigen candidate selected in the Transcript Set Detailed Data
215217
panel.
216218

@@ -261,15 +263,39 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1uz39zaObDGKhEVCG
261263

262264
## Regenerate Tiers with Custom Parameters
263265

266+
During review of your data it might become apparent that different tiering
267+
thresholds would've been more approriate. pVACview allows you to re-tier your
268+
data with custom parameters by adjusting the sliders and inputs in the
269+
"Advanced Options: Regenerate Tiering with different parameters" panel and
270+
pressing the "Recalculate Tiering with new parameters" button.
271+
272+
The parameters that were used in the original pVACseq run can still be viewed
273+
in the "Original Parameters for Tiering" panel and the tiers can be reset to
274+
those parameters by pressing the "Reset to original parameters" button.
275+
276+
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "Users can re-tier the neoantigen candidates by adjusting the tiering thresholds."}
277+
ottrpal::include_slide("https://docs.google.com/presentation/d/1uz39zaObDGKhEVCGzO0JO35CTbC0oRAM0mxgLcMAA9Y/edit#slide=id.g25ad9ce8c9b_0_87")
278+
```
279+
264280
## Adding Comments to Variants
265281

266-
## Exporting the Aggregated Table
282+
When reviewing neoantigen candidates in pVACseq, users are able to add
283+
comments one each variant, for example, describing what additional review is
284+
necessary. Please note, that comments are not saved until the "Update Comment
285+
Section" button is pressed.
267286

268-
## Tour of the pVACview interface
269287

270-
Here is a brief tour of the [pVACview](https://pvactools.readthedocs.io/en/latest/pvacview.html){target="_blank"} interface:
271-
272-
```{r, echo=FALSE}
273-
knitr::include_url("https://www.youtube.com/embed/SMcXSV1cp1U")
288+
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "Users can leave comments on each variant."}
289+
ottrpal::include_slide("https://docs.google.com/presentation/d/1uz39zaObDGKhEVCGzO0JO35CTbC0oRAM0mxgLcMAA9Y/edit#slide=id.g25ad9ce8c9b_0_93")
274290
```
275291

292+
## Exporting the Aggregated Table
293+
294+
Once review of the neoantigen candidates has been completed, the results can
295+
be exported by switching to the Export interface via the sidebar. This will
296+
export the Aggregated Report with the updated Evaluation column and comments
297+
added. The report can be exported in either TSV or Excel format.
298+
299+
```{r, fig.align='center', out.width="100%", echo = FALSE, fig.alt= "Users can leave comments on each variant."}
300+
ottrpal::include_slide("https://docs.google.com/presentation/d/1uz39zaObDGKhEVCGzO0JO35CTbC0oRAM0mxgLcMAA9Y/edit#slide=id.g25ad9ce8c9b_0_99")
301+
```

0 commit comments

Comments
 (0)