Skip to content

Commit

Permalink
Merge pull request #775 from griffithlab/vaf_clonal
Browse files Browse the repository at this point in the history
revert back link changes to point to latest docs
  • Loading branch information
susannasiebert authored Feb 15, 2022
2 parents b0fb8d1 + 35405ee commit d47c4b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pvactools/tools/pvacview/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ui <- dashboardPage(
span(class= "logo-mini", tags$img(src='pVACview_logo_mini.png')),
span(class= "logo-lg", tags$img(src='pVACview_logo.png'))
)),
tags$li(class = "dropdown", tags$a(href = "https://pvactools.readthedocs.io/en/staging/", class = "my_class", "Help", target="_blank"))
tags$li(class = "dropdown", tags$a(href = "https://pvactools.readthedocs.io/en/latest/", class = "my_class", "Help", target="_blank"))
),
## SIDEBAR ##
sidebar = dashboardSidebar(
Expand Down Expand Up @@ -109,23 +109,23 @@ ui <- dashboardPage(
and the <b>metrics json file</b> contains additional transcript and peptide level information.</h5>"),
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
a gene-of-interest tsv file."),
actionButton('help_doc_upload', "More details", onclick ="window.open('https://pvactools.readthedocs.io/en/staging/pvacview/getting_started.html#upload', '_blank')"),
actionButton('help_doc_upload', "More details", onclick ="window.open('https://pvactools.readthedocs.io/en/latest/pvacview/getting_started.html#upload', '_blank')"),
h4("Step 2: Exploring your data", style="font-weight: bold"),
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.
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.
This will prompt both the transcript and peptide table to reload with the matching information.</h5>"),
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(),
"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:
Accept, Reject or Review."),
actionButton('help_doc_explore', "More details", onclick ="window.open('https://pvactools.readthedocs.io/en/staging/pvacview/getting_started.html#visualize-and-explore', '_blank')"),
actionButton('help_doc_explore', "More details", onclick ="window.open('https://pvactools.readthedocs.io/en/latest/pvacview/getting_started.html#visualize-and-explore', '_blank')"),
h4("Step 3: Exporting your data", style="font-weight: bold"),
h5("When you have either finished ranking your neoantigen candidates or need to pause and would like to save your current evaluations,
you can export the current main aggregate report using the export page. "),
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.
The excel format is user-friendly for downstream visualization and manipulation. However, if you plan on to continuing editing the aggregate report
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>.
This serves as a way to save your progress as your evaluations are cleared upon closing or refreshing the pVACview app.</h5>"),
actionButton('help_doc_export', "More details", onclick ="window.open('https://pvactools.readthedocs.io/en/staging/pvacview/getting_started.html#export', '_blank')")
actionButton('help_doc_export', "More details", onclick ="window.open('https://pvactools.readthedocs.io/en/latest/pvacview/getting_started.html#export', '_blank')")
)
),
)
Expand Down Expand Up @@ -158,7 +158,7 @@ ui <- dashboardPage(
h5("For your reference, the max DNA VAF under 0.6 in the current main table is: "), verbatimTextOutput("max_dna"), br(),
numericInput("allele_expr_high", "Allele Expression cutoff to be considered a Pass variant (default: 3)", 3, min = 0, max = 100, step = 0.1, width = 500),
numericInput("allele_expr_low", "Allele Expression cutoff to be considered a Relaxed variant (default: 1). Note that this criteria is also used in determining Anchor and Subclonal variants.", 1, min = 0, max = 100, step = 0.1, width = 500),
h5("For further explanations on these inputs, please refer to the ", tags$a(href="https://pvactools.readthedocs.io/en/staging/pvacview/getting_started.html#visualize-and-explore", "pVACview documentation.")),
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.")),
actionButton('submit','Recalculate Tiering with new parameters'),
style = "overflow-x: scroll;font-size:100%"),

Expand Down

0 comments on commit d47c4b2

Please sign in to comment.