Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dhanaprakash Jambulingam
BioCPR
Commits
6fdfb774
Commit
6fdfb774
authored
Jan 23, 2020
by
Dhanaprakash Jambulingam
Browse files
Edited path
parent
1ab7ea98
Changes
2
Hide whitespace changes
Inline
Side-by-side
server.R
View file @
6fdfb774
...
...
@@ -613,7 +613,7 @@ shinyServer(function(input, output, session) {
showModal
(
modalDialog
(
title
=
"Example expression file"
,
"Formatted example datasets from the GEO database can be obatined from <https://gitlab.utu.fi/dhajam/
corplot
/tree/master/Data>"
,
"Formatted example datasets from the GEO database can be obatined from <https://gitlab.utu.fi/dhajam/
biocpr
/tree/master/Data>"
,
easyClose
=
TRUE
)
)
...
...
ui.R
View file @
6fdfb774
...
...
@@ -63,7 +63,7 @@ navbarPage(
checkboxInput
(
'addRect4genes'
,
"Highlight Selected Genes"
,
FALSE
),
sliderInput
(
'imgSize'
,
tags
$
label
(
"Image Size (%)"
,
style
=
"font-size: 14px;"
),
100
,
800
,
100
,
20
),
sliderInput
(
'textSize'
,
"Gene Label Size"
,
0.1
,
3
,
0.8
,
0.1
),
textInput
(
'plotTitle'
,
"Enter Plot Title"
,
""
,
placeholder
=
"
Dissimilarity = 1 - Correlation
"
),
textInput
(
'plotTitle'
,
"Enter Plot Title"
,
""
,
placeholder
=
""
),
tags
$
div
(
id
=
'downlButID'
,
style
=
"text-align: center; "
,
downloadButton
(
'downloadPlot'
,
tags
$
label
(
"Download as PDF"
,
style
=
"font-size: 14px;"
))),
tags
$
br
(),
shinyBS
::
bsButton
(
'toggleAdv'
,
"Show advanced controls"
,
style
=
"primary"
,
size
=
"small"
,
type
=
"toggle"
,
value
=
FALSE
),
...
...
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