-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Rprofile
56 lines (55 loc) · 1.6 KB
/
.Rprofile
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
library(DESeq2)
library(DiffBind)
library(tools)
library(dplyr)
library(plyr)
library(DEGreport)
library(tidyverse)
library(ComplexHeatmap)
library(dendextend)
library(RColorBrewer)
library(circlize)
library(reshape2)
library(ggplot2)
library(ggpubr)
library(Rmisc)
library(rtracklayer)
library(org.Mm.eg.db)
library(ChIPseeker)
library(clusterProfiler)
library(GenomicRanges)
library(tidyr)
library(TxDb.Mmusculus.UCSC.mm10.knownGene)
txdb <- TxDb.Mmusculus.UCSC.mm10.knownGene
library(tidyr)
library(gridExtra)
library(GeneOverlap)
library(tidytext)
library(ggrepel)
library(tidytext)
library(Rsubread)
library(soGGi)
library(Rsubread)
library(factoextra)
library(xlsx)
library(fgsea)
library(stringr)
gg_theme <- theme_bw(15) +
theme(#panel.grid = element_blank(),
axis.text.x=element_text(size=15,color="black"),
axis.title.x=element_text(size=15),
axis.text.y=element_text(size=15,color="black"),
axis.title.y=element_text(size=15),
legend.justification=c(0,1),
#legend.box.background = element_rect(colour = "black"),
plot.title = element_text(hjust = 0.5,size=15))
gg_theme_xrot <- theme_bw(15) +
theme(#text = element_text(family = "Arial"),
#panel.grid = element_blank(),
axis.text.x=element_text(size=15,color="black",hjust = 1,vjust=1,angle = 45),
axis.title.x=element_text(size=15),
axis.text.y=element_text(size=15,color="black"),
axis.title.y=element_text(size=15),
legend.justification=c(0,1),
#legend.box.background = element_rect(colour = "black"),
plot.title = element_text(hjust = 0.5,size=15))