Skip to content

Commit

Permalink
Fix anchor heatmap title
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Sep 5, 2024
1 parent b257c0b commit 084d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvactools/tools/pvacview/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ explore_tab <- tabItem(
fluidRow(
column(width = 6,
div(style = 'overflow-y:scroll;height: 500px;',
h4("Allele specific anchor prediction heatmap for top 20 candidates in peptide table."),
h4("Allele specific anchor prediction heatmap for top 15 candidates in peptide table."),
h5("HLA allele specific anchor predictions overlaying good-binding peptide sequences generated from each specific transcript.", br(),
" Current version supports the first 15 MT/WT peptide sequence pairs (first 30 rows of the peptide table)."), br(),
plotOutput(outputId = "peptideFigureLegend", height = "50px"),
Expand Down

0 comments on commit 084d2c8

Please sign in to comment.