View source: R/protPepProfilePlot.R
protPepPlotfun | R Documentation |
This function creates a panel of plots, one for each compartment. Each plot contains a reference compartment profile overlaid with the profiles of one protein of interest and its component peptides as well as the CPA value for that compartment.
protPepPlotfun(
protName,
protProfile,
pepProfile = NULL,
numRefCols,
numDataCols,
n.compartments = 8,
refLocationProfiles,
assignPropsMat,
propCI = FALSE,
transType = "",
yAxisLabel = ""
)
protName |
name of the protein to plot |
protProfile |
data frame containing protein profiles followed by columns named Npep and Nspectra for the numbers of peptides and spectra, respectively |
pepProfile |
data frame containing peptide profiles |
numRefCols |
number of reference columns in 'pepProfile' (preceding the data profile columns) |
numDataCols |
number of fractions in each profile |
n.compartments |
number of compartments |
refLocationProfiles |
data frame of profiles for the reference compartments |
assignPropsMat |
data frame containing CPA values |
propCI |
TRUE if lower and upper confidence intervals are included in assignPropsMat (not currently implemented) |
transType |
label for y-axis on each individual plot (default none)) |
yAxisLabel |
label for y-axis of entire panel |
Plot of protein, peptide, and reference profiles
# See Tutorial 6 for a full explanation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.