plotLambda {omicRexposome} | R Documentation |
This method draws a baplor with the lambda score of each result in the given ResultSet.
plotLambda(object, width = 0.75) ## S4 method for signature 'ResultSet' plotLambda(object, width = 0.75)
object |
An object of class ResultSet |
width |
(default |
A ggplot2 object
plotHits
for a graphical representation of
the hits per analysys, tableLambda
for the lambda
score per analysys, tableHits
for the hists per analysys
data("asr", package = "omicRexposome") plotLambda(asr)