Description Usage Arguments Value Examples
View source: R/wrapper_functions.R
plot_all
visualizes the results of the differential protein
expression analysis in different types of plots. These are (1)
volcano plots, (2) heatmaps, (3) single protein plots, (4) frequency plots
and/or (5) comparison plots.
1 2 |
dep |
SummarizedExperiment,
Data object which has been generated by |
plots |
"volcano", "heatmap", "single", "freq" and/or "comparison", |
Pdfs containg the desired plots.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Load datasets
data <- UbiLength
exp_design <- UbiLength_ExpDesign
# Import and process data
se <- import_MaxQuant(data, exp_design)
processed <- process(se)
# Differential protein expression analysis
dep <- analyze_dep(processed, "control", "Ctrl")
## Not run:
# Plot all plots
plot_all(dep)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.