Description Usage Arguments Value Examples
View source: R/markerProfilePlot.r
This function plots profiles of reference proteins and also the average profile for each compartment
1 2 3 4 5 6 7 8 | markerProfilePlot(
refLoc,
profile,
markerList,
refLocationProfiles,
ylab = "",
refProtPlot = NULL
)
|
refLoc |
the name of the reference subcellular compartment to plot |
profile |
data frame of protein names (as row names) and relative abundance levels. |
markerList |
List of reference proteins |
refLocationProfiles |
A matrix refLocationProfiles giving the abundance level profiles of the subcellular locations |
ylab |
label for y=axis, eg, "NSA" |
refProtPlot |
indices of reference proteins to plot; default is NULL |
plot only
1 2 3 4 | refLocationProfilesNSA <- locationProfileSetup(profile=protNSA_AT5tmtMS2,
markerList=markerListJadot, numDataCols=9)
markerProfilePlot(refLoc="PM", profile=protNSA_AT5tmtMS2, markerList=markerListJadot,
refLocationProfiles=refLocationProfilesNSA, ylab="NSA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.