forked from WayScience/pyroptosis_signature_data_analysis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrna_r_env.yaml
More file actions
50 lines (50 loc) · 1.24 KB
/
Copy pathrna_r_env.yaml
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
name: rnaseq_r_env
channels:
- conda-forge
- anaconda
dependencies:
- python=3.10
- conda-forge::pip
- conda-forge::r-irkernel
- conda-forge::nb_conda_kernels
- conda-forge::widgetsnbextension
- conda-forge::jupyter
- conda-forge::jupyterlab
- conda-forge::r-base=4.2.2
- conda-forge::r-dplyr=1.0.10
- conda-forge::r-tidyr
- conda-forge::r-readr
- conda-forge::r-stringr
- conda-forge::r-ggplot2
- conda-forge::r-ggrepel
- conda-forge::r-gridextra
- conda-forge::r-devtools
- conda-forge::r-reshape2
- conda-forge::r-rcolorbrewer
- conda-forge::r-pheatmap
- conda-forge::r-cowplot
- conda-forge::r-corrplot
- conda-forge::r-patchwork
- conda-forge::r-RcppTOML
- conda-forge::r-styler
- conda-forge::r-platetools
- bioconda::bioconductor-complexheatmap
- conda-forge::r-venndiagram
- conda-forge::r-ggvenn
- conda-forge::r-ggplotify
- conda-forge::r-gplots
- conda-forge::r-viridis
- conda-forge::r-tidyverse
- conda-forge::r-arrow
- conda-forge::r-polychrome
- conda-forge::r-argparse
- conda-forge::r-ggridges
- bioconda::bioconductor-rhdf5
- bioconda::bioconductor-DESeq2
- bioconda::bioconductor-biomart
- pip:
- pre-commit
- black
- plotly
- nbformat>=4.2.0
- nbqa