Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GNet
APPINetwork
Commits
657110c9
Commit
657110c9
authored
Mar 09, 2022
by
Gosset Simon
Browse files
Update R/build_network_window.R, R/assembly_intermediary_window.R
parent
ccdcbc9a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
R/assembly_intermediary_window.R
View file @
657110c9
...
...
@@ -179,7 +179,7 @@ assembly_intermediary_window <- function(f_pos, mainpanel) {
flyt
<-
gformlayout
(
container
=
pp
,
expand
=
TRUE
)
# Selection des parametres
gcombobox
(
c
(
'Caenorhabditis elegans'
,
'Drosophila melanogaster'
,
'Escherichia coli'
,
'Homo sapiens'
,
'Mus musculus'
,
'Rattus norvegicus'
,
'Saccharomyces cerevisiae'
,
'Other'
),
label
=
"Organism"
,
selected
=
7
,
container
=
flyt
)
gcombobox
(
c
(
'Caenorhabditis elegans'
,
'Drosophila melanogaster'
,
'Escherichia coli'
,
'Homo sapiens'
,
'Mus musculus'
,
'Rattus norvegicus'
,
'Saccharomyces cerevisiae'
,
'Arabidopsis thaliana'
,
'Other'
),
label
=
"Organism"
,
selected
=
7
,
container
=
flyt
)
gcombobox
(
c
(
'Chi2'
,
'dice'
,
'jaccard'
,
'liddell'
,
'ms'
,
'zscore'
),
label
=
"Score"
,
selected
=
3
,
container
=
flyt
)
# Selection du fichier
...
...
R/build_network_window.R
View file @
657110c9
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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