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
bios4biol
bioinfo-utils
Commits
80056632
Commit
80056632
authored
Sep 24, 2018
by
Celine Noirot
Browse files
Add install of svglite
parent
dc2650a9
Pipeline
#840
failed with stages
in 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bin/Normalization.R
View file @
80056632
...
...
@@ -15,7 +15,8 @@
packages
<-
c
(
"optparse"
,
# to read arguments from a command line
"ggplot2"
,
# nice plots
"scales"
,
#log2 transformation
"reshape2"
)
# reshape grouped data
"reshape2"
,
# reshape grouped data
"svglite"
)
for
(
package
in
packages
){
# if package is installed locally, load
...
...
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