-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #68 from khabatv/master
moved inst folder to Metfamily
- Loading branch information
Showing
29 changed files
with
187,269 additions
and
187,261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
0
MetFamily/R/Analysis.R → R/Analysis.R
100755 → 100644
File renamed without changes.
0
MetFamily/R/Annotation.R → R/Annotation.R
100755 → 100644
File renamed without changes.
0
MetFamily/R/Classifiers.R → R/Classifiers.R
100755 → 100644
File renamed without changes.
0
MetFamily/R/DataProcessing.R → R/DataProcessing.R
100755 → 100644
File renamed without changes.
File renamed without changes.
0
MetFamily/R/Plots.R → R/Plots.R
100755 → 100644
File renamed without changes.
164 changes: 82 additions & 82 deletions
164
MetFamily/R/R_packages.R → R/R_packages.R
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,82 @@ | ||
|
||
############################################################################################################## | ||
## GUI | ||
#install.packages("shiny") | ||
library("shiny") | ||
#devtools::install_github("rstudio/htmltools") | ||
library("htmltools") | ||
#install.packages("shinyjs") | ||
library("shinyjs") | ||
#install.packages("DT") | ||
library("DT") | ||
#install.packages("colourpicker") | ||
library("colourpicker") | ||
#install.packages("shinyBS") | ||
library("shinyBS") | ||
#install.packages("shinybusy") | ||
library("shinybusy") | ||
#install.packages("egg") | ||
library(egg) | ||
#install.packages("cowplot") | ||
library(cowplot) | ||
############################################################################################################## | ||
## mass spectrometry | ||
#sudo apt-get install libnetcdf-dev | ||
#source("https://bioconductor.org/biocLite.R") | ||
#biocLite("mzR") | ||
library("mzR") | ||
#biocLite("xmcs") | ||
library("xcms") | ||
|
||
|
||
############################################################################################################## | ||
## MS1 analyses | ||
#install.packages("FactoMineR") | ||
library("FactoMineR") | ||
#install.packages("mixOmics") | ||
library("mixOmics") | ||
#source("http://bioconductor.org/biocLite.R") | ||
#biocLite("pcaMethods") | ||
library("pcaMethods") | ||
#install.packages("caret") | ||
#library("caret") | ||
################### | ||
#install_github( "decisionpatterns/searchable" ) | ||
library(searchable) | ||
#install.packages("gdata") | ||
library(gdata) | ||
############################################################################################################## | ||
## tools | ||
#install.packages("matrixStats") | ||
library("matrixStats") | ||
library("Matrix") | ||
library("tools") | ||
#install.packages("stringi") | ||
library("stringr") | ||
#install_github('rCharts', 'ramnathv') | ||
#library("rCharts") | ||
#install.packages("shinydashboard") | ||
#library("shinydashboard") | ||
#install.packages("slam") | ||
library("slam") | ||
|
||
############################################################################################################## | ||
## pdf report | ||
#install.packages("knitr") | ||
library("knitr") | ||
#install.packages("rmarkdown") | ||
#library("rmarkdown") | ||
|
||
############################################################################################################## | ||
## plot | ||
#install.packages("cba") | ||
library("cba") | ||
#install.packages("squash") | ||
library("squash") | ||
#install.packages("plotrix") | ||
library("plotrix") | ||
#install.packages("plotly") | ||
library("plotly") | ||
#install.packages("RColorBrewer") | ||
library("RColorBrewer") | ||
|
||
|
||
############################################################################################################## | ||
## GUI | ||
#install.packages("shiny") | ||
library("shiny") | ||
#devtools::install_github("rstudio/htmltools") | ||
library("htmltools") | ||
#install.packages("shinyjs") | ||
library("shinyjs") | ||
#install.packages("DT") | ||
library("DT") | ||
#install.packages("colourpicker") | ||
library("colourpicker") | ||
#install.packages("shinyBS") | ||
library("shinyBS") | ||
#install.packages("shinybusy") | ||
library("shinybusy") | ||
#install.packages("egg") | ||
library(egg) | ||
#install.packages("cowplot") | ||
#library(cowplot) # not available at cran 2023-11-21 anymore | ||
############################################################################################################## | ||
## mass spectrometry | ||
#sudo apt-get install libnetcdf-dev | ||
#source("https://bioconductor.org/biocLite.R") | ||
#biocLite("mzR") | ||
library("mzR") | ||
#biocLite("xmcs") | ||
library("xcms") | ||
|
||
|
||
############################################################################################################## | ||
## MS1 analyses | ||
#install.packages("FactoMineR") | ||
library("FactoMineR") | ||
#install.packages("mixOmics") | ||
library("mixOmics") | ||
#source("http://bioconductor.org/biocLite.R") | ||
#biocLite("pcaMethods") | ||
library("pcaMethods") | ||
#install.packages("caret") | ||
#library("caret") | ||
################### | ||
#install_github( "decisionpatterns/searchable" ) | ||
library(searchable) | ||
#install.packages("gdata") | ||
library(gdata) | ||
############################################################################################################## | ||
## tools | ||
#install.packages("matrixStats") | ||
library("matrixStats") | ||
library("Matrix") | ||
library("tools") | ||
#install.packages("stringi") | ||
library("stringr") | ||
#install_github('rCharts', 'ramnathv') | ||
#library("rCharts") | ||
#install.packages("shinydashboard") | ||
#library("shinydashboard") | ||
#install.packages("slam") | ||
library("slam") | ||
|
||
############################################################################################################## | ||
## pdf report | ||
#install.packages("knitr") | ||
library("knitr") | ||
#install.packages("rmarkdown") | ||
#library("rmarkdown") | ||
|
||
############################################################################################################## | ||
## plot | ||
#install.packages("cba") | ||
library("cba") | ||
#install.packages("squash") | ||
library("squash") | ||
#install.packages("plotrix") | ||
library("plotrix") | ||
#install.packages("plotly") | ||
library("plotly") | ||
#install.packages("RColorBrewer") | ||
library("RColorBrewer") | ||
|
0
MetFamily/R/StartApp.R → R/StartApp.R
100755 → 100644
File renamed without changes.
0
MetFamily/R/TreeAlgorithms.R → R/TreeAlgorithms.R
100755 → 100644
File renamed without changes.
File renamed without changes.
Oops, something went wrong.