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
"var tips = ['Gene - The Ensembl gene name of the affected gene.',",
15
17
" 'AA Change - The amino acid change for the mutation. Note that FS indicates a frameshift variant.',",
16
18
" 'Num Passing Transcripts - The number of transcripts for this mutation that resulted in at least one well-binding peptide.',",
17
19
" 'Best Peptide - The best-binding mutant epitope sequence (lowest mutant binding affinity) prioritizing epitope sequences that resulted from a protein_coding transcript with a TSL below the maximum transcript support level and having no problematic positions.',",
18
20
" 'Best Transcript - Transcript corresponding to the best peptide with the lowest TSL and shortest length.',",
19
-
" 'TSL - Transcript support level of the best peptide.',",
21
+
" 'MANE Select - MANE select status of the best transcript.',",
22
+
" 'Canonical - Canonical status of the best transcript.',",
23
+
" 'TSL - Transcript support level of the best transcript.',",
20
24
" 'Allele',",
21
25
" 'Pos - The one-based position of the start of the mutation within the epitope sequence. 0 if the start of the mutation is before the epitope (as can occur downstream of frameshift mutations).',",
22
26
" 'Prob Pos - Problematic positions within the best peptide.',",
23
27
" 'Num Included Peptides - The number of top-scoring, unique peptides included for review.',",
24
28
" 'Num Passing Peptides - The number of unique well-binding peptides for this mutation.',",
25
-
gsub("X", score_mode,"'IC50 MT - X IC50 binding affinity of the best-binding mutant epitope across all prediction algorithms used.', "),
29
+
paste(" 'IC50 MT -", score_mode, "IC50 binding affinity of the best-binding mutant epitope across all prediction algorithms used.', "),
26
30
" 'IC50 WT - IC50 binding affinity of the corresponding wildtype epitope.',",
27
-
gsub("X", score_mode,"'%ile MT - X binding affinity percentile rank of the best-binding mutant epitope across all prediction algorithms used (those that provide percentile output).', "),
31
+
paste(" '%ile MT - ", score_mode, "binding affinity percentile rank of the best-binding mutant epitope across all prediction algorithms used (those that provide percentile output).', "),
28
32
" '%ile WT - Binding affinity percentile rank of the corresponding wildtype epitope across all prediction algorithms used (those that provide percentile output).', ",
29
33
" 'RNA Expr - Gene expression value for the annotated gene containing the variant.',",
30
34
" 'RNA VAF - Tumor RNA variant allele frequency (VAF) at this position.',",
0 commit comments