Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Cedric Midoux
Easy16S
Commits
4723d4b7
Commit
4723d4b7
authored
Sep 16, 2021
by
mahendra-mariadassou
Browse files
Update distances in beta diversity panel
parent
9ad33f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui.R
View file @
4723d4b7
...
...
@@ -68,7 +68,7 @@ dashboardHeader(title = "Easy16S"),
menuItem
(
HTML
(
"β-diversity"
),
icon
=
icon
(
"th"
),
selectInput
(
"betaDistance"
,
label
=
"Distance : "
,
choices
=
list
(
"bray"
,
"jaccard"
,
"unifrac"
,
"wunifrac"
,
"dpcoa"
,
"jsd"
,
"euclidean"
)),
choices
=
list
(
"bray"
,
"jaccard"
=
'cc'
,
"unifrac"
,
"wunifrac"
,
"dpcoa"
,
"jsd"
,
"euclidean"
)),
menuSubItem
(
"MultiDimensional Scaling"
,
tabName
=
"betaMds"
),
menuSubItem
(
"Samples clustering"
,
tabName
=
"betaCluster"
),
menuSubItem
(
"Multivariate ANOVA"
,
tabName
=
"betaManova"
),
...
...
Write
Preview
Markdown
is supported
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