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
pertz-lab
shiny-timecourse-inspector
Commits
3086a926
Commit
3086a926
authored
Jun 20, 2019
by
dmattek
Browse files
Changed UI labels.
Added test case dataset.
parent
d11f606f
Changes
23
Hide whitespace changes
Inline
Side-by-side
modules/trajRibbonPlot.R
View file @
3086a926
#
# Time Course Inspector: Shiny app for plotting time series data
# Author: Maciej Dobrzynski
#
# This module is for plotting group averages as ribbon plots (mean + 95%CI)
#
require
(
DT
)
modTrajRibbonPlotUI
=
function
(
id
,
label
=
"Plot Individual Time Series"
)
{
...
...
server.R
View file @
3086a926
...
...
@@ -166,7 +166,7 @@ shinyServer(function(input, output, session) {
selectInput
(
'inSelTrackLabel'
,
'Select
Track Label
:'
,
'Select
ID
:'
,
locCols
,
width
=
'100%'
,
selected
=
locColSel
...
...
ui.R
View file @
3086a926
...
...
@@ -49,7 +49,7 @@ shinyUI(fluidPage(
uiOutput
(
'varSelTimeFreq'
),
checkboxInput
(
'chBtrackUni'
,
'Create unique
track
ID'
,
F
),
checkboxInput
(
'chBtrackUni'
,
'Create unique ID'
,
F
),
bsTooltip
(
'chBtrackUni'
,
help.text.short
[
2
],
placement
=
"right"
,
trigger
=
"hover"
,
options
=
NULL
),
tags
$
hr
(),
...
...
Prev
1
2
Next
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