Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
easy16S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Perréal
easy16S
Commits
6f478fa6
Commit
6f478fa6
authored
Dec 04, 2018
by
Midoux Cedric
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "plot size button"
This reverts commit
9325f7cc
.
parent
96394afa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
54 deletions
+3
-54
server.R
server.R
+2
-48
ui.R
ui.R
+1
-6
No files found.
server.R
View file @
6f478fa6
...
@@ -156,54 +156,8 @@ shinyServer
...
@@ -156,54 +156,8 @@ shinyServer
validate
(
need
(
data16S
(),
""
))
validate
(
need
(
data16S
(),
""
))
tags
$
div
(
tags
$
div
(
style
=
"text-align:center"
,
style
=
"text-align:center"
,
title
=
"Download file as RData"
,
title
=
"Download as RData"
,
downloadButton
(
"downloadData"
,
"Download RData file"
,
style
=
"color: black; background-color: gray90"
)
downloadButton
(
"downloadData"
,
"Download"
,
style
=
"color: black; background-color: gray90"
)
)
})
observeEvent
(
input
$
plotSize
,
{
showModal
(
modalDialog
(
title
=
"Setting plot size"
,
numericInput
(
"plotWidth"
,
label
=
"Plot width : "
,
value
=
6
,
min
=
1
,
max
=
50
),
numericInput
(
"plotHeight"
,
label
=
"Plot height : "
,
value
=
6
,
min
=
1
,
max
=
50
),
radioButtons
(
"plotUnits"
,
label
=
"Units : "
,
choices
=
list
(
"in"
,
"cm"
,
"mm"
),
selected
=
"cm"
,
inline
=
TRUE
),
numericInput
(
"plotDPI"
,
label
=
"Plot resolution : "
,
value
=
300
,
min
=
70
,
max
=
500
,
step
=
10
),
selectInput
(
"plotDevice"
,
label
=
"Plot device : "
,
choices
=
list
(
"eps"
,
"ps"
,
"tex"
,
"pdf"
,
"jpeg"
,
"tiff"
,
"png"
,
"bmp"
,
"svg"
),
selected
=
"pdf"
),
size
=
"s"
,
easyClose
=
TRUE
,
footer
=
NULL
)
)
)
})
})
...
...
ui.R
View file @
6f478fa6
...
@@ -76,12 +76,7 @@ shinyUI(dashboardPage(
...
@@ -76,12 +76,7 @@ shinyUI(dashboardPage(
# placeholder = "data.fasta"
# placeholder = "data.fasta"
# )
# )
# ),
# ),
hr
(),
uiOutput
(
"downloadUI"
)
uiOutput
(
"downloadUI"
),
tags
$
div
(
align
=
"center"
,
actionButton
(
"plotSize"
,
label
=
"Plot size"
)
)
),
),
dashboardBody
(
dashboardBody
(
tabsetPanel
(
tabsetPanel
(
...
...
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