Skip to content

Commit a322bf7

Browse files
Update dead hyperlinks
1 parent 7c98f7d commit a322bf7

File tree

1 file changed

+4
-4
lines changed
  • pvactools/tools/pvacview

1 file changed

+4
-4
lines changed

pvactools/tools/pvacview/ui.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ upload_tab <- tabItem(
5050
and the <b>metrics json file</b> contains additional transcript and peptide level information.</h5>"),
5151
h5("You have the option of uploading an additional file to supplement the data you are exploring. This includes: additional class I or II information and
5252
a gene-of-interest tsv file."),
53-
actionButton("help_doc_upload", "More details", onclick = "window.open('https://pvactools.readthedocs.io/en/latest/pvacview/getting_started.html#upload', '_blank')"),
53+
actionButton("help_doc_upload", "More details", onclick = "window.open('https://pvactools.readthedocs.io/en/latest/pvacview/pvacseq_module/pvacseq_upload.html#id1', '_blank')"),
5454
h4("Step 2: Exploring your data", style = "font-weight: bold"),
5555
HTML("<h5>To explore the different aspects of your neoantigen candidates, you will need to navigate to the <b>Aggregate Report of Best Candidate by Variant</b> on the visualize and explore tab.
5656
For detailed variant, transcript and peptide information for each candidate listed, you will need to click on the <b>Investigate button</b> for the specific row of interest.
5757
This will prompt both the transcript and peptide table to reload with the matching information.</h5>"),
5858
h5("By hovering over each column header, you will be able to see a brief description of the corresponding column and for more details, you can click on the tooltip located at the top right of the aggregate report table.", br(),
5959
"After investigating each candidate, you can label the candidate using the dropdown menu located at the second to last column of the table. Choices include:
6060
Accept, Reject or Review."),
61-
actionButton("help_doc_explore", "More details", onclick = "window.open('https://pvactools.readthedocs.io/en/latest/pvacview/getting_started.html#visualize-and-explore', '_blank')"),
61+
actionButton("help_doc_explore", "More details", onclick = "window.open('https://pvactools.readthedocs.io/en/latest/pvacview/pvacseq_module/pvacseq_upload.html#visualize-and-explore', '_blank')"),
6262
h4("Step 3: Exporting your data", style = "font-weight: bold"),
6363
h5("When you have either finished ranking your neoantigen candidates or need to pause and would like to save your current evaluations,
6464
you can export the current main aggregate report using the export page."),
6565
HTML("<h5>Navigate to the export tab, and you will be able to name your file prior to downloading in either tsv or excel format.
6666
The excel format is user-friendly for downstream visualization and manipulation. However, if you plan on to continuing editing the aggregate report
6767
and would like to load it back in pVACview with the previous evaluations preloaded, you will <b>need</b> to download the file in a <b>tsv format</b>.
6868
This serves as a way to save your progress as your evaluations are cleared upon closing or refreshing the pVACview app.</h5>"),
69-
actionButton("help_doc_export", "More details", onclick = "window.open('https://pvactools.readthedocs.io/en/latest/pvacview/getting_started.html#export', '_blank')")
69+
actionButton("help_doc_export", "More details", onclick = "window.open('https://pvactools.readthedocs.io/en/latest/pvacview/pvacseq_module/pvacseq_upload.html#export', '_blank')")
7070
)
7171
),
7272
)
@@ -100,7 +100,7 @@ explore_tab <- tabItem(
100100
uiOutput("percentile_threshold_ui"),
101101
uiOutput("dna_cutoff_ui"),
102102
uiOutput("allele_expr_ui"),
103-
h5("For further explanations on these inputs, please refer to the ", tags$a(href = "https://pvactools.readthedocs.io/en/latest/pvacview/getting_started.html#visualize-and-explore", "pVACview documentation.", target = "_blank")),
103+
h5("For further explanations on these inputs, please refer to the ", tags$a(href = "https://pvactools.readthedocs.io/en/latest/pvacview/pvacseq_module/pvacseq_upload.html#visualize-and-explore", "pVACview documentation.", target = "_blank")),
104104
actionButton("submit", "Recalculate Tiering with new parameters"),
105105
style = "overflow-x: scroll;font-size:100%"),
106106
style = "padding:0px;"

0 commit comments

Comments
 (0)