Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kunst, Jonathan
Polyploid datavisualisation
Commits
49bfea77
Commit
49bfea77
authored
Oct 21, 2021
by
Kunst, Jonathan
Browse files
Fixed a small change so that all selects start with select_ in rv object
parent
fcc69fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
polyploid_vis/app.R
View file @
49bfea77
...
...
@@ -204,7 +204,7 @@ server <- function(input, output, session) {
output
$
table_phenotype
<-
DT
::
renderDataTable
(
phenotype
())
# table for linkage map file(s)
output
$
table_link_map
<-
DT
::
renderDataTable
(
link_map
()[[
rv
$
linkage_
select
()]])
output
$
table_link_map
<-
DT
::
renderDataTable
(
link_map
()[[
rv
$
select
_map
()]])
# table for SNP dosage
output
$
table_dosage
<-
DT
::
renderDataTable
(
dosage
())
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment