theme_DEP1: DEP ggplot theme 1

Description Usage Value Examples

View source: R/gg_theme.R

Description

theme_DEP1 is the default ggplot theme used for plotting in DEP with horizontal x-axis labels.

Usage

1

Value

ggplot theme

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
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_frequency(filt) # uses theme_DEP1() style

arnesmits/DEP documentation built on Aug. 7, 2019, 10:44 a.m.