-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLibraries.R
More file actions
34 lines (28 loc) · 761 Bytes
/
Libraries.R
File metadata and controls
34 lines (28 loc) · 761 Bytes
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
# Plot relevant libraries (cran)
library(ggplot2)
library(gridExtra)
library(cowplot)
library(pheatmap)
library(RColorBrewer)
library(LSD)
# RNA-seq analysis relevant libraries (Bioconductor)
library(edgeR)
library(DESeq2)
library(fgsea)
library(genefilter)
library(biomaRt)
library(limma)
library(scater)
# other libraries (cran)
library(reshape)
library(reshape2)
library(plyr)
library(scales)
library(xbioc)
# Deconvolution relevant libraries (Bioconductor unless marked differently)
library(CAMTHC)
library(DeconRNASeq)
library(MuSiC) # Github: https://github.com/xuranw/MuSiC
library(linseed) # Github: https://github.com/ctlab/LinSeed
library(DSA) # Github: https://github.com/zhandong/DSA
library(EPIC) # Github: https://github.com/GfellerLab/EPIC