Description Usage Value Examples
theme_DEP1
is the default ggplot theme used for plotting
in DEP
with horizontal x-axis labels.
1 |
ggplot theme
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.