theme_DEP2 {DEP}R Documentation

DEP ggplot theme 2

Description

theme_DEP2 is the ggplot theme used for plotting in DEP with vertical x-axis labels.

Usage

theme_DEP2()

Value

ggplot theme

Examples

data <- UbiLength
data <- data[data$Reverse != '+' & data$Potential.contaminant != '+',]
data_unique <- make_unique(data, 'Gene.names', 'Protein.IDs', delim = ';')

columns <- grep('LFQ.', colnames(data_unique))
exp_design <- UbiLength_ExpDesign
se <- make_se(data_unique, columns, exp_design)

filt <- filter_missval(se, thr = 0)
plot_numbers(filt) # uses theme_DEP2() style


[Package DEP version 1.2.0 Index]