forked from DU-Bii/module-3-Stat-R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconda-dubii-3-stat-R.yml
46 lines (41 loc) · 1.96 KB
/
conda-dubii-3-stat-R.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## Conda environment for the course "Statistical Analysis with R"
## of the "Diplome Universitaire en Bioinformatique integrative" (DU-Bii).
## https://du-bii.github.io/accueil/
name: dubii_r-2019
channels:
- bioconda
- conda-forge
- r
- lcantini
dependencies:
## RCRAN packages
## Note: whenever possible, Gildas recommends to use the conda-forge
## rather than the r channel in Anaconda Cloud (https://anaconda.org/)
- conda-forge::r-base >=3.5,< 3.6
- conda-forge::r-knitr # For R markdown
- conda-forge::r-kableextra # To export nice-looking tables in the R markdown reports
- conda-forge::r-formattable # nice formating of tables in reports
- conda-forge::r-roxygen2 # To build package documentation
- conda-forge::r-yaml # Required to load Yaml config files
- conda-forge::r-e1071 # for SVM
- conda-forge::r-randomforest # Supervised classification
- conda-forge::r-tidyverse # Collection of R packages designed for data science (ggplot2, tidyr, dplyr, readr, purr, tibble, strigr, forcats)
- conda-forge::r-factominer # For PCA
- conda-forge::r-factoextra # To plot PCA output
- conda-forge::r-cowplot # Add-on to ggplot2 for enhanced design
- conda-forge::r-corrplot # Graphical display of a correlation matrix, confidence interval
- conda-forge::r-momr # Analysis of metagenomic data
- conda-forge::r-gridExtra # Graphical display of several plots
- conda-forge::r-ade4 # PCoA
- conda-forge::r-vegan # Distances calculations
- conda-forge::r-ggpubr # Stats on the graphs
## Bioconductor packages
- bioconda::bioconductor-deseq2
- bioconda::bioconductor-edger
- bioconda::bioconductor-limma
- bioconda::bioconductor-qvalue
- bioconda::bioconductor-multtest
- bioconda::r-mixomics # For the course of integrative bioinformatics
- bioconda::bioconductor-recount # used to generate the TCGA study case
## Other packages
- lcantini::r-mofa