diff --git a/pvactools/tools/pvacview/styling.R b/pvactools/tools/pvacview/styling.R index cb228c9a..43e75fb8 100644 --- a/pvactools/tools/pvacview/styling.R +++ b/pvactools/tools/pvacview/styling.R @@ -20,6 +20,7 @@ callback <- function(hla_count, score_mode) { " 'Allele',", " '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).',", " 'Prob Pos - Problematic positions within the best peptide.',", + " 'Num Included Peptides - The total number of peptides for this mutation.',", " 'Num Passing Peptides - The number of unique well-binding peptides for this mutation.',", gsub("X", score_mode," 'IC50 MT - X IC50 binding affinity of the best-binding mutant epitope across all prediction algorithms used.', "), " 'IC50 WT - IC50 binding affinity of the corresponding wildtype epitope.',", @@ -31,7 +32,7 @@ callback <- function(hla_count, score_mode) { " 'RNA Depth - Tumor RNA depth at this position.',", " 'DNA VAF - Tumor DNA variant allele frequency (VAF) at this position.',", " 'Tier - A tier suggesting the suitability of variants for use in vaccines.',", - " 'Eval - User-selected evaluation of neoantigen candidate. Options include: Accept, Reject, Review. (Default: Pending)'],", + " 'Ref Match - Indicates if the query sequence has a hit in the reference proteome.'],", "header = table.columns().header();", gsub("7", hla_count, "for (var i = 7; i-7 < tips.length; i++) {"), gsub("7", hla_count, "$(header[i]).attr('title', tips[i-7]);"),