Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tcga_shiny
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
BICF
Astrocyte
tcga_shiny
Commits
0747e2b4
Commit
0747e2b4
authored
6 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Develop See merge request
!18
parents
f2f05b7e
9a0c9890
1 merge request
!18
Develop
Pipeline
#3981
passed with stage
in 14 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+0
-7
0 additions, 7 deletions
CHANGELOG
CHANGELOG.md
+24
-0
24 additions, 0 deletions
CHANGELOG.md
scripts/server.R
+1
-1
1 addition, 1 deletion
scripts/server.R
vizapp/server.R
+1
-1
1 addition, 1 deletion
vizapp/server.R
with
26 additions
and
9 deletions
CHANGELOG
deleted
100644 → 0
+
0
−
7
View file @
f2f05b7e
# v1.0.0 (in development)
**User Facing**
* Working version
**Background**
*Known Bugs*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
CHANGELOG.md
0 → 100644
+
24
−
0
View file @
0747e2b4
# v1.0.2
**User Facing**
*
Remove unnecessary legend on boxplot pdf output
**Background**
*Known Bugs*
# v1.0.1 (**MASKED**)
**User Facing**
*
Remove blank page in output to pdf
*
Remove unnecessary legend on boxplot
**Background**
*Known Bugs*
# v1.0.0
**User Facing**
*
Working version
**Background**
*Known Bugs*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
scripts/server.R
+
1
−
1
View file @
0747e2b4
...
...
@@ -105,7 +105,7 @@ shinyServer(
theme
(
panel.grid.major
=
element_blank
(),
panel.grid.minor
=
element_blank
(),
panel.background
=
element_blank
(),
axis.line
=
element_line
(
colour
=
"black"
),
legend.position
=
"none"
)
#cat("printing",gene,"\n")
print
(
p
+
facet_wrap
(
~
cancer
,
scales
=
"free"
)
+
ggtitle
(
gene
)
+
theme
(
plot.title
=
element_text
(
hjust
=
0.5
)))
print
(
p
+
facet_wrap
(
~
cancer
,
scales
=
"free"
)
+
ggtitle
(
gene
)
+
theme
(
plot.title
=
element_text
(
hjust
=
0.5
)
,
legend.position
=
"none"
))
incProgress
(
1
/
n
,
detail
=
paste0
(
"printing plot!"
))
}
}
...
...
This diff is collapsed.
Click to expand it.
vizapp/server.R
+
1
−
1
View file @
0747e2b4
...
...
@@ -105,7 +105,7 @@ shinyServer(
theme
(
panel.grid.major
=
element_blank
(),
panel.grid.minor
=
element_blank
(),
panel.background
=
element_blank
(),
axis.line
=
element_line
(
colour
=
"black"
),
legend.position
=
"none"
)
#cat("printing",gene,"\n")
print
(
p
+
facet_wrap
(
~
cancer
,
scales
=
"free"
)
+
ggtitle
(
gene
)
+
theme
(
plot.title
=
element_text
(
hjust
=
0.5
)))
print
(
p
+
facet_wrap
(
~
cancer
,
scales
=
"free"
)
+
ggtitle
(
gene
)
+
theme
(
plot.title
=
element_text
(
hjust
=
0.5
)
,
legend.position
=
"none"
))
incProgress
(
1
/
n
,
detail
=
paste0
(
"printing plot!"
))
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment