plotLambda {omicRexposome}R Documentation

Plot lambda score for all results in a ResultSet

Description

This method draws a baplor with the lambda score of each result in the given ResultSet.

Usage

plotLambda(object, width = 0.75)

## S4 method for signature 'ResultSet'
plotLambda(object, width = 0.75)

Arguments

object

An object of class ResultSet

width

(default 0.70) width of the bar

Value

A ggplot2 object

See Also

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

Examples

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

[Package omicRexposome version 1.15.0 Index]