tableLambda-methods: Compute a lambda score on the results stored in a ResultSet

Description Usage Arguments Value See Also Examples

Description

Compute lambda score on each result in the given ResultSet by using lambdaClayton.

Usage

1
2
3
4
tableLambda(object, trim = 0.5)

## S4 method for signature 'ResultSet'
tableLambda(object, trim = 0.5)

Arguments

object

An object of class ResultSet

trim

(default 0.5) percentage of right omited values for lambdaClayton.

Value

Returns a data.frame having the exposures and the computed lambda score.

A labeled numeric vector with the lambda score for each exposure.

See Also

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

Examples

1
2
data("asr", package = "omicRexposome")
tableLambda(asr)

isglobal-brge/omicRexposome documentation built on Oct. 20, 2021, 10:09 a.m.