Description Usage Arguments Value Examples
plot_ibaq
plots a scatter plot of the
iBAQ intensities versus the LFQ fold changes.
1 | plot_ibaq(dep, contrast, labelsize = 3)
|
dep |
SummarizedExperiment object,
Proteomics dataset on which differential enriched proteins
are annotated by |
contrast |
Character(1), The specific contrast to plot. |
labelsize |
Integer(1), Sets the size of name labels. |
A scatter plot
1 2 3 4 5 6 7 8 9 10 11 12 | # load data
proteins <- GFPip
exp_design <- GFPip_ExpDesign
# Test for differential enriched proteins
se <- import_MaxQuant(proteins, exp_design,
filter = c("Reverse", "Contaminant"))
processed <- process(se, fun = "MinProb")
dep <- analyze_dep(processed, 'control', 'WT', lfc = 4.5)
# Plot iBAQ vs LFQ plot
plot_ibaq(dep, 'GFP_vs_WT', labelsize = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.