Description Usage Arguments Value See Also Examples
Compute lambda score on each result in the given ResultSet by using
lambdaClayton.
1 2 3 4 | 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
1 2 | data("asr", package = "omicRexposome")
tableLambda(asr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.