Skip to content

Commit a48b6a1

Browse files
More updates
1 parent 2ee96db commit a48b6a1

2 files changed

Lines changed: 99 additions & 45 deletions

File tree

docs/04-outputs.md

Lines changed: 46 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ The Tiers available in pVACseq are:
268268
| Tier | Criteria |
269269
|------|----------|
270270
| Pass | Best Peptide passes the binding, reference match, expression, transcript, clonal, problematic position, and anchor criteria |
271-
| PoorBinder | Best Peptide fails the binding criteria but passed the reference match, expression, transcript, clonal, problematic position, and anchor criteria |
271+
| PoorBinder | Best Peptide fails the binding criteria but passes the reference match, expression, transcript, clonal, problematic position, and anchor criteria |
272272
| RefMatch | Best Peptide fails the reference match criteria but passes the binding, expression, transcript, clonal, problematic position, and anchor criteria |
273273
| PoorTranscript | Best Peptide fails the transcript criteria but passes the binding, reference match, expression, clonal, problematic position, and anchor criteria |
274274
| LowExpr | Best Peptide meets the low expression criteria and passes the binding, reference match, transcript, clonal, problematic position, and anchor criteria |
@@ -287,7 +287,7 @@ The Tiers available in pVACseq are:
287287
| Binding Criteria | Pass if Best Peptide is a strong binder | binding score criteria: `IC50 MT < --binding-threshold` (`--allele-specific-binding-thresholds` flag is respected)<br/>percentile score criteria (if `--percentile-threshold` parameters is set): `%ile MT < --percentile-threshold` (if parameter is set)<br/>`conservative` `--percentile-threshold-strategy`: needs to pass BOTh the binding score criteria AND the percentile score criteria<br/>`exploratory` `--percentile-threshold-strategy`: needs to pass EITHER the binding score criteria OR the percentile score criteria|
288288
| Expression Criteria | Pass if Best Transcript is expressed | Allele Expr > `--trna-vaf` * `--expn-val` |
289289
| Reference Match Criteria | Pass if there are no reference protome matches | `Ref Match == False` |
290-
| Transcript Criteria | Pass if Best Transcript matches any of the user-specified `--transcript-prioritization-strategy` criteria | `TSL <= --maximum-transcript-support level` (if strategy includes `tsl`<br/>`MANE Select == True` (if strategy includes `mane_select`<br/>`Canonical == True` (if strategy includes `canonical` |
290+
| Transcript Criteria | Pass if Best Transcript matches any of the user-specified `--transcript-prioritization-strategy` criteria | `TSL <= --maximum-transcript-support level` (if strategy includes `tsl`)<br/>`MANE Select == True` (if strategy includes `mane_select`)<br/>`Canonical == True` (if strategy includes `canonical`) |
291291
| Low Expression Criteria | Peptide has low expression or no expression but RNA VAF and coverage | (0 < Allele Expr < `--trna-vaf` * `--expn-val`) OR (RNA Expr == 0 AND RNA Depth > `--trna-cov` AND RNA VAF > `--trna-vaf`) |
292292
| Anchor Criteria | Fail if all mutated amino acids of the Best Peptide (Pos) are at an anchor position and the WT peptide has good binding (IC50 WT < `--binding-threshold`). `--allele-specific-binding-thresholds` flag is respected. |
293293
| Clonal Criteria | Best Peptide is likely in the founding clone of the tumor | DNA VAF > `--tumor-purity` / 4 |
@@ -301,16 +301,53 @@ The Tiers available in pVACfuse are:
301301

302302
| Tier | Criteria |
303303
|------|---------|
304-
| Pass | Best Peptide passes the binding, read support, and expression criteria |
305-
| LowReadSupport | Best Peptide fails the read support criteria but passes the binding and expression criteria |
306-
| LowExpr | Best Peptide fails the expression criteria but passes the binding and read support criteria |
307-
| Poor | Best Peptide doesn’t fit any of the above tiers, usually if it fails two or more criteria or if it fails the binding criteria |
304+
| Pass | Best Peptide passes the binding, reference match, read support, expression, and problematic position criteria |
305+
| PoorBinder | Best Peptide fails the binding criteria but passes the reference match, read support, expression, and problematic position criteria |
306+
| RefMatch | Best Peptide fails the reference match criteria but passes the binding, read support, expression, and problematic position criteria |
307+
| LowReadSupport | Best Peptide fails the read support criteria but passes the binding, reference match, expression, and problematic position criteria |
308+
| LowExpr | Best Peptide fails the expression criteria but passes the binding, reference match, read support, and problematic position criteria |
309+
| ProbPos | Best Peptide fails the problematic position criteria but passes the binding, reference match, read support, and expression |
310+
| Poor | Best Peptide doesn’t fit any of the above tiers, usually if it fails two or more criteria |
311+
312+
313+
**Criteria Details**
314+
315+
316+
| Criteria | Description | Evaluation |
317+
|----------|-------------|------------|
318+
| Binding Criteria | Pass if Best Peptide is a strong binder | binding score criteria: `IC50 MT < --binding-threshold` (`--allele-specific-binding-thresholds` flag is respected)<br/>percentile score criteria (if `--percentile-threshold` parameters is set): `%ile MT < --percentile-threshold` (if parameter is set)<br/>`conservative` `--percentile-threshold-strategy`: needs to pass BOTh the binding score criteria AND the percentile score criteria<br/>`exploratory` `--percentile-threshold-strategy`: needs to pass EITHER the binding score criteria OR the percentile score criteria|
319+
| Expression Criteria | Pass if variant has read support | Read Support < `--read-support` |
320+
| Reference Match Criteria | Pass if there are no reference protome matches | `Ref Match == False` |
321+
| Problematic Position Criteria | Best Peptide does not contain a problematic amino acid as defined by the `--problematic-amino-acids` parameter | `Prob Pos == None`
322+
323+
324+
#### Tiering in pVACsplice
325+
326+
The Tiers available in pVACsplice are:
327+
328+
329+
| Tier | Criteria |
330+
|------|----------|
331+
| Pass | Best Peptide passes the binding, reference match, expression, transcript, clonal, and problematic position criteria |
332+
| PoorBinder | Best Peptide fails the binding criteria but passes the reference match, expression, transcript, clonal, and problematic position criteria |
333+
| RefMatch | Best Peptide fails the reference match criteria but passes the binding, expression, transcript, clonal, and problematic position criteria
334+
| PoorTranscript | Best Peptide fails the transcript criteria but passes the binding, reference match, expression, clonal, and problematic position criteria |
335+
| LowExpr | Best Peptide meets the low expression criteria and passes the binding, reference match, transcript, clonal, and problematic position criteria |
336+
| Subclonal | Best Peptide fails the clonal criteria but passes the binding, reference match, expression, transcript, and problematic position criteria |
337+
| ProbPos | Best Peptide fails the problematic position criteria but passes the binding, reference match, expression, transcript, and clonal criteria |
338+
| Poor | Best Peptide doesn’t fit in any of the above tiers, usually if it fails two or more criteria |
339+
| NoExpr | Best Peptide is not expressed (RNA Expr == 0 or RNA VAF == 0) |
340+
308341

309342
**Criteria Details**
310343

311344

312345
| Criteria | Description | Evaluation |
313346
|----------|-------------|------------|
314-
| Binding Criteria | Pass if Best Peptide is strong binder | IC50 MT < `--binding-threshold` and %ile MT < `--percentile-threshold` (if parameter is set). `--allele-specific-binding-thresholds` flag is respected. |
315-
| Read Support Criteria | Pass if the variant has read support | Read Support < `--read-support` |
316-
| Expression Criteria | Pass if Best Transcript is expressed | Expr < `--expn-val` |
347+
| Binding Criteria | Pass if Best Peptide is a strong binder | binding score criteria: `IC50 MT < --binding-threshold` (`--allele-specific-binding-thresholds` flag is respected)<br/>percentile score criteria (if `--percentile-threshold` parameters is set): `%ile MT < --percentile-threshold` (if parameter is set)<br/>`conservative` `--percentile-threshold-strategy`: needs to pass BOTh the binding score criteria AND the percentile score criteria<br/>`exploratory` `--percentile-threshold-strategy`: needs to pass EITHER the binding score criteria OR the percentile score criteria|
348+
| Expression Criteria | Pass if Best Transcript is expressed | Allele Expr > `--trna-vaf` * `--expn-val` |
349+
| Reference Match Criteria | Pass if there are no reference protome matches | `Ref Match == False` |
350+
| Transcript Criteria | Pass if Best Transcript matches any of the user-specified `--transcript-prioritization-strategy` criteria | `TSL <= --maximum-transcript-support level` (if strategy includes `tsl`)<br/>`MANE Select == True` (if strategy includes `mane_select`)<br/>`Canonical == True` (if strategy includes `canonical`) |
351+
| Low Expression Criteria | Peptide has low expression or no expression but RNA VAF and coverage | (0 < Allele Expr < `--trna-vaf` * `--expn-val`) OR (RNA Expr == 0 AND RNA Depth > `--trna-cov` AND RNA VAF > `--trna-vaf`) |
352+
| Clonal Criteria | Best Peptide is likely in the founding clone of the tumor | DNA VAF > `--tumor-purity` / 4 |
353+
| Problematic Position Criteria | Best Peptide does not contain a problematic amino acid as defined by the `--problematic-amino-acids` parameter | `Prob Pos == None`

0 commit comments

Comments
 (0)