Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amine GHOZLANE
shaman
Commits
8c8b8e19
Commit
8c8b8e19
authored
Aug 07, 2019
by
Perrine Woringer
Browse files
solved
parents
274fe372
3c5adf23
Changes
1
Hide whitespace changes
Inline
Side-by-side
LoadPackages.R
View file @
8c8b8e19
...
...
@@ -66,11 +66,11 @@ if(!require(treeWeightD3)){
devtools
::
install_github
(
'pierreLec/treeWeightD3'
)
library
(
treeWeightD3
)
}
#
if (!require(BiocInstaller)){
#
source("https://bioconductor.org/biocLite.R")
#
biocLite("BiocInstaller")
#
library(BiocInstaller)
#
}
if
(
!
require
(
BiocInstaller
)){
source
(
"https://bioconductor.org/biocLite.R"
)
biocLite
(
"BiocInstaller"
)
library
(
BiocInstaller
)
}
if
(
!
require
(
d3heatmap
))
{
devtools
::
install_github
(
'aghozlane/d3heatmap'
)
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment