View source: R/markerProfilePlot.R
markerProfilePlot | R Documentation |
This function plots profiles of reference proteins and also the average profile for each compartment
markerProfilePlot(
refLoc,
profile,
markerList,
refLocationProfiles,
ylab = "",
refProtPlot = NULL
)
refLoc |
name of the reference subcellular compartment to plot |
profile |
data frame of specified protein (row name) profiles |
markerList |
list of reference proteins |
refLocationProfiles |
data frame of profiles for the reference compartments |
ylab |
label for y=axis, eg, 'NSA' |
refProtPlot |
indices of reference proteins to plot; default is NULL |
Plot of profiles of reference (marker) proteins
data(protNSA_test)
data(markerListJadot)
data(refLocProfNSA)
markerProfilePlot(refLoc='PM', profile=protNSA_test,
markerList=markerListJadot,
refLocationProfiles=refLocProfNSA, ylab='NSA')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.