plotCoverage: plotCoverage

plotCoverageR Documentation

plotCoverage

Description

Plots a representation of the raw data points covered by the annotations and the redundancy of those annotations (that is, how many times does the same data point get annotated as two different things).

Usage

plotCoverage(struct, id)

## S4 method for signature 'RHermesExp,numeric'
plotCoverage(struct, id)

Arguments

struct

An RHermesExp object

id

Number of the PL to use in the plot

Value

A list of two interactive plot_ly objects

Author(s)

Roger Gine

See Also

Other Plots: plotIL(), plotISF(), plotPL()

Examples


if(FALSE){plotCoverage(struct, 1)}

RogerGinBer/RHermes documentation built on Nov. 6, 2022, 11:34 a.m.