Skip to content

Commit

Permalink
updated column descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhtnp committed Jan 31, 2025
1 parent e899319 commit 3c00d06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pvactools/tools/pvacview/styling.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.',",
Expand All @@ -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]);"),
Expand Down

0 comments on commit 3c00d06

Please sign in to comment.