tableHits {omicRexposome}R Documentation

Counts the number of hits on the results stored in a ResultSet

Description

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

Usage

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

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

[Package omicRexposome version 1.4.1 Index]