|
1 | 1 |
|
2 |
| -# Tour of pVACview |
| 2 | +# Review Your Results in pVACview |
3 | 3 |
|
4 | 4 | ```{r, include = FALSE}
|
5 | 5 | ottrpal::set_knitr_image_path()
|
6 | 6 | ```
|
7 | 7 |
|
8 | 8 | ## Learning Objectives
|
9 | 9 |
|
10 |
| -This chapter will cover: |
| 10 | +This chapter will cover: |
11 | 11 |
|
12 | 12 | - Introduction to the pVACview module
|
13 | 13 | - How to start pVACview
|
14 | 14 | - How to load your pVACseq data into pVACview
|
15 | 15 | - 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 |
17 | 19 |
|
18 | 20 | ## Introduction to the pVACview module
|
19 | 21 |
|
@@ -210,7 +212,7 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1uz39zaObDGKhEVCG
|
210 | 212 |
|
211 | 213 | ### Additional Peptide Information
|
212 | 214 |
|
213 |
| -In the Additional Peptide Information panels, users can see more information |
| 215 | +In the Additional Peptide Information panel, users can see more information |
214 | 216 | for the neoantigen candidate selected in the Transcript Set Detailed Data
|
215 | 217 | panel.
|
216 | 218 |
|
@@ -261,15 +263,39 @@ ottrpal::include_slide("https://docs.google.com/presentation/d/1uz39zaObDGKhEVCG
|
261 | 263 |
|
262 | 264 | ## Regenerate Tiers with Custom Parameters
|
263 | 265 |
|
| 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 | + |
264 | 280 | ## Adding Comments to Variants
|
265 | 281 |
|
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. |
267 | 286 |
|
268 |
| -## Tour of the pVACview interface |
269 | 287 |
|
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") |
274 | 290 | ```
|
275 | 291 |
|
| 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