-
Notifications
You must be signed in to change notification settings - Fork 2
/
conda_env_DE.yaml
58 lines (58 loc) · 1.07 KB
/
conda_env_DE.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
name: seasnap-de
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python>=3.9
- snakemake=7.19
- r-base>=4.1
- bioconductor-deseq2=1.38
- bioconductor-genomicfeatures
- bioconductor-annotationdbi
- bioconductor-org.hs.eg.db # annotation for human
- bioconductor-org.Mm.eg.db # annotation for mouse
- bioconductor-tximport
- bioconductor-goseq
- bioconductor-apeglm
- bioconductor-biomart
- bioconductor-enrichplot
- bioconductor-clusterprofiler
- bioconductor-go.db
- bioconductor-limma
- bioconductor-rsamtools
- bioconductor-rsubread
- bioconductor-rtracklayer
- r-blob
- r-cairo
- r-cowplot
- r-crayon
- r-devtools
- r-ggplot2
- r-ggrepel
- r-ggplotify
- r-readr
- r-readxl
- r-writexl
- r-roxygen2
- r-tidyr
- r-tidyselect
- r-testthat
- r-remotes
- r-ashr
- r-pheatmap
- r-shiny
- r-msigdbr>=7.4
- r-dplyr
- r-biocmanager
- r-xml2
- r-xopen
- r-tmod>=0.50.11
# Required for the actual report
- r-dt
- r-purrr
- r-plotly
- r-pander
- bioconductor-vsn
- r-tidyverse
- drmaa