tableHits-methods: Counts the number of hits on the results stored in a...

Description Usage Arguments Value See Also Examples

Description

Given a threshold it counts the number of hits in each result in the given ResultSet.

Usage

1
2
3
4
tableHits(object, th = 0.05)

## S4 method for signature 'ResultSet'
tableHits(object, th = 0.05)

Arguments

object

An object of class ResultSet

th

(default 0.05) Threshold (p-value) to considere a result as a hit.

Value

A labeled numeric vector with the exposures and the number of hits.

See Also

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

Examples

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

omicRexposome documentation built on Jan. 24, 2021, 2:03 a.m.