tableLambda {omicRexposome} | R Documentation |
Compute lambda score on each result in the given ResultSet by using
lambdaClayton
.
tableLambda(object, trim = 0.5) ## S4 method for signature 'ResultSet' tableLambda(object, trim = 0.5)
object |
An object of class ResultSet |
trim |
(default |
Returns a data.frame
having the exposures and the computed
lambda score.
A labeled numeric vector with the lambda score for each exposure.
tableHits
for the number of hits per analysys,
plotHits
for a graphical representation of the hists
per analysys, plotLambda
for a graphical representation of
the lambda score per analysys
data("asr", package = "omicRexposome") tableLambda(asr)