plotHits-methods: Plot number of hits per result in ResultSet

Description Usage Arguments Value See Also Examples

Description

This method draws a barplot with the number of hits in each result stored in the given ResultSet.

Usage

1
2
3
4
plotHits(object, th = 0.05, width = 0.75)

## S4 method for signature 'ResultSet'
plotHits(object, th = 0.05, width = 0.75)

Arguments

object

An object of class ResultSet

th

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

width

(default 0.70) width of the bar

Value

A ggplot2 object

See Also

plotLambda for a graphical representation of the lambda score per analysys, tableLambda for the lambda score per analysys, tableHits for the hists per analysys

Examples

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

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