plotMeanVar | R Documentation |
Computes and plots variance v mean intensity for peptides in MSnset
plotMeanVar(MSnSetObj, title = "")
MSnSetObj |
MSnSet; an object of class MSnSet |
title |
character: title for the plot |
An object created by ggplot
data(human_anno)
data(exp3_OHT_ESR1)
MSnSet_data <- convertToMSnset(exp3_OHT_ESR1$intensities_qPLEX1,
metadata=exp3_OHT_ESR1$metadata_qPLEX1,
indExpData=c(7:16),
Sequences=2,
Accessions=6)
plotMeanVar(MSnSet_data, title="Mean_Variance")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.