Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
COMBI
MiBiOmics
Commits
eb70319f
Commit
eb70319f
authored
Jan 27, 2022
by
Johanna Zoppi
Browse files
reset to www version
parent
1387acd0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
eb70319f
...
...
@@ -17,7 +17,7 @@ MiBiOmics is be available at https://shiny-bird.univ-nantes.fr/app/Mibiomics but
```
bash
conda
env
create
-f
MiBiOmics.yml
conda activate MiBiOmics
R
-e
'shiny::runUrl("https://gitlab.univ-nantes.fr/combi-ls2n/mibiomics/
-/archive/master/mibiomics-master
.tar.gz")'
R
-e
'shiny::runUrl("https://gitlab.univ-nantes.fr/combi-ls2n/mibiomics/
repository/master/archive
.tar.gz")'
```
All the necessary packages will be installed automatically for the usage of MiBiOmics.
...
...
server.R
View file @
eb70319f
# Define server logic ----
server
<-
function
(
input
,
output
,
session
)
{
options
(
shiny.maxRequestSize
=
30
*
1024
^
2
)
#### SERVER FUNCTIONS ####
source
(
"server_function/SERVER_Data_Upload.R"
,
local
=
TRUE
)
source
(
"server_function/SERVER_Data_Exploration.R"
,
local
=
TRUE
)
...
...
@@ -12,11 +12,11 @@ server <- function(input, output, session) {
#### GENERAL CODE ####
#### HEADER ####
#### HEADER ####
js
$
disableTab
(
"NETWORK_EXPLORATION"
)
js
$
disableTab
(
"MULTI-OMICS_ANALYSIS"
)
observeEvent
(
input
$
enableTabulations
,
{
# enable NETWORK_EXPLORATION when clicking the button
js
$
enableTab
(
"NETWORK_EXPLORATION"
)
...
...
@@ -24,39 +24,34 @@ server <- function(input, output, session) {
# switch to NETWORK_EXPLORATION
updateTabsetPanel
(
session
,
"navbar"
,
"NETWORK_EXPLORATION"
)
})
observeEvent
(
input
$
goD2
,
{
updateTabsetPanel
(
session
,
"NETWORK_INFERENCE_D1_D2"
,
"NETWORK_INFERENCE_D2"
)
})
observeEvent
(
input
$
goD3
,
{
updateTabsetPanel
(
session
,
"NETWORK_INFERENCE_D1_D2"
,
"NETWORK_INFERENCE_D3"
)
})
observeEvent
(
input
$
enableTabulations_D3
,
{
# enable NETWORK_EXPLORATION when clicking the button
js
$
enableTab
(
"NETWORK_EXPLORATION"
)
js
$
enableTab
(
"MULTI-OMICS_ANALYSIS"
)
# switch to NETWORK_EXPLORATION
updateTabsetPanel
(
session
,
"navbar"
,
"NETWORK_EXPLORATION"
)
})
observeEvent
(
input
$
enableTabulations_D2
,
{
# enable NETWORK_EXPLORATION when clicking the button
js
$
enableTab
(
"NETWORK_EXPLORATION"
)
js
$
enableTab
(
"MULTI-OMICS_ANALYSIS"
)
# switch to NETWORK_EXPLORATION
updateTabsetPanel
(
session
,
"navbar"
,
"NETWORK_EXPLORATION"
)
})
}
}
server_function/SERVER_Network_Exploration.R
View file @
eb70319f
This diff is collapsed.
Click to expand it.
ui.R
View file @
eb70319f
This diff is collapsed.
Click to expand it.
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