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
S
shiny-timecourse-inspector
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pertz-lab
shiny-timecourse-inspector
Commits
7e7b5cac
Commit
7e7b5cac
authored
Sep 24, 2019
by
dmattek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mods in debug output
parent
ec76057f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
modules/dispStats.R
modules/dispStats.R
+5
-5
No files found.
modules/dispStats.R
View file @
7e7b5cac
...
...
@@ -21,12 +21,12 @@ modStats = function(input, output, session,
in.data
,
in.meascol
=
'meas.y'
,
in.bycols
=
c
(
'meas.x'
,
'group'
),
in.fname
=
'data
4boxplot
.csv'
)
{
in.fname
=
'data.csv'
)
{
ns
<-
session
$
ns
output
$
uiTabStats
=
renderUI
({
cat
(
file
=
stderr
(),
'
UI
uiTabStats\n'
)
cat
(
file
=
stderr
(),
'
modStats:
uiTabStats\n'
)
ns
<-
session
$
ns
if
(
input
$
chbTabStats
)
{
...
...
@@ -35,7 +35,7 @@ modStats = function(input, output, session,
})
output
$
uiDownSingleCellData
=
renderUI
({
cat
(
file
=
stderr
(),
'
UI
uiDownSingleCellData\n'
)
cat
(
file
=
stderr
(),
'
modStats:
uiDownSingleCellData\n'
)
ns
<-
session
$
ns
if
(
input
$
chbTabStats
)
{
...
...
@@ -46,7 +46,7 @@ modStats = function(input, output, session,
calcStats
=
reactive
({
cat
(
file
=
stderr
(),
'
tabBoxPlot:
calsStats\n'
)
cat
(
file
=
stderr
(),
'
modStats:
calsStats\n'
)
loc.dt
=
in.data
()
if
(
is.null
(
loc.dt
))
...
...
@@ -77,7 +77,7 @@ modStats = function(input, output, session,
)
output
$
outTabStats
=
DT
::
renderDataTable
(
server
=
FALSE
,
{
cat
(
file
=
stderr
(),
'
tabBoxPlot:
outTabStats\n'
)
cat
(
file
=
stderr
(),
'
modStats:
outTabStats\n'
)
loc.dt
=
calcStats
()
if
(
is.null
(
loc.dt
))
...
...
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