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).

plotCoverage(struct, id)

# S4 method for 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

See also

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

Author

Roger Gine

Examples

struct <- readRDS(system.file("extdata", "exampleObject.rds", package = "RHermes")) if(FALSE){plotCoverage(struct, 1)}