tableHits {omicRexposome} | R Documentation |
Given a threshold it counts the number of hits in each result in the given ResultSet.
tableHits(object, th = 0.05) ## S4 method for signature 'ResultSet' tableHits(object, th = 0.05)
object |
An object of class ResultSet |
th |
(default |
A labeled numeric vector with the exposures and the number of hits.
tableLambda
for the lambda score per analysys,
plotLambda
for a graphical representation of
the lambda score per analysys, plotHits
for a graphical
representation of the hists per analysys
data("asr", package = "omicRexposome") tableHits(asr)