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)
struct | An RHermesExp object |
---|---|
id | Number of the PL to use in the plot |
A list of two interactive plot_ly objects
Roger Gine
struct <- readRDS(system.file("extdata", "exampleObject.rds", package = "RHermes")) if(FALSE){plotCoverage(struct, 1)}