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
Amine GHOZLANE
shaman
Commits
eec80d03
Commit
eec80d03
authored
Jun 11, 2020
by
Amine GHOZLANE
Browse files
Debug export format for heatmap comp
parent
c2e3d1e6
Pipeline
#32075
passed with stages
in 98 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server.R
View file @
eec80d03
...
...
@@ -3296,7 +3296,8 @@ shinyServer(function(input, output,session) {
#### Export Visu
output
$
exportVisuComp
<-
downloadHandler
(
filename
<-
function
()
{
paste
(
input
$
PlotVisuSelectComp
,
paste
(
'SHAMAN'
,
input
$
Exp_format_Visu
,
sep
=
"."
),
sep
=
"_"
)
},
filename
<-
function
()
{
paste
(
input
$
PlotVisuSelectComp
,
paste
(
'SHAMAN'
,
input
$
Exp_format_VisuComp
,
sep
=
"."
),
sep
=
"_"
)
},
content
<-
function
(
file
)
{
taxo
=
input
$
TaxoSelect
...
...
@@ -3314,7 +3315,7 @@ shinyServer(function(input, output,session) {
if
(
filesize
!=
0
)
print
(
Plot_Visu_Venn
(
input
,
BaseContrast
,
ResDiffAnal
(),
ContrastListVennDebounce
,
export
=
TRUE
)
$
res
)
}
if
(
input
$
PlotVisuSelectComp
==
"Heatmap_comp"
){
if
(
filesize
!=
0
)
Plot_Visu_Heatmap_FC
(
input
,
BaseContrast
,
ResDiffAnal
(),
ContrastListDebounce
,
SelectTaxoPlotCompDebounce
,
export
=
TRUE
)
if
(
filesize
!=
0
)
print
(
Plot_Visu_Heatmap_FC
(
input
,
BaseContrast
,
ResDiffAnal
(),
ContrastListDebounce
,
SelectTaxoPlotCompDebounce
,
export
=
TRUE
)
)
}
if
(
input
$
PlotVisuSelectComp
==
"pValueDensity"
){
if
(
filesize
!=
0
)
print
(
Plot_pValue_Density
(
input
,
BaseContrast
,
ResDiffAnal
(),
ContrastListDebounce
,
input
$
AlphaVal
,
InputpValueDensityfocus
))
...
...
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