Skip to content

Commit

Permalink
Merge pull request #68 from khabatv/master
Browse files Browse the repository at this point in the history
moved inst folder to Metfamily
  • Loading branch information
khabatv authored Nov 21, 2023
2 parents 464b941 + e0c3943 commit 1078c73
Show file tree
Hide file tree
Showing 29 changed files with 187,269 additions and 187,261 deletions.
8 changes: 8 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ Depends:
mixOmics,
pcaMethods,
cba,
cowplot,
gdata,
searchable,
tools,
stringr,
xcms,
mzR,
matrixStats,
plotrix,
slam,
plotly,
egg
Remotes: decisionpatterns/searchable
Suggests:
knitr,
testthat
Expand All @@ -35,6 +41,8 @@ Description: We present a novel approach for the untargeted discovery of metabol
License: GPL (>= 2)
biocViews: Software, Visualization
Collate:
'Annotation.R'
'Classifiers.R'
'StartApp.R'
'R_packages.R'
'FragmentMatrixFunctions.R'
Expand Down
Binary file not shown.
Binary file removed MetFamily/inst/doc/MetFamily_Showcase_protocol.pdf
Binary file not shown.
Binary file removed MetFamily/inst/doc/MetFamily_user_guide.pdf
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 MetFamily/R/R_packages.R → R/R_packages.R
100755 → 100644
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")

File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 1078c73

Please sign in to comment.