mirror of
https://github.com/johrpan/geposanui.git
synced 2025-10-27 03:37:25 +01:00
Add positions plot to results page
This commit is contained in:
parent
7428b8b93b
commit
30237d9e06
2 changed files with 30 additions and 0 deletions
11
R/ui.R
11
R/ui.R
|
|
@ -68,6 +68,17 @@ ui <- function(options) {
|
|||
)
|
||||
)
|
||||
),
|
||||
tabPanel(
|
||||
title = "Ortholog locations",
|
||||
div(
|
||||
style = "margin-top: 16px",
|
||||
plotly::plotlyOutput(
|
||||
"gene_locations_plot",
|
||||
width = "100%",
|
||||
height = "1200px"
|
||||
)
|
||||
)
|
||||
),
|
||||
tabPanel(
|
||||
title = "Scores by position",
|
||||
div(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue