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