densityPlot {Doscheda} | R Documentation |
Description
densityPlot(x, rankProteins = FALSE, ...) ## S4 method for signature 'ChemoProtSet' densityPlot(x, rankProteins = FALSE, ...)
x |
object of class 'ChemoProtSet' |
rankProteins |
plot a the set of ranked proteins or plot the density of the channels |
... |
other plot options |
density plot for objects of class ChemoProtSet
ex <- processedExample ex <- runNormalisation(ex) ex <- fitModel(ex) densityPlot(ex)