browseSegments | R Documentation |
Genome browser-type plot of genomic segments or states.
browseSegments(object, ...)
## S4 method for signature 'ANY'
browseSegments(object, region = NULL)
## S4 method for signature 'GenomicRangesList'
browseSegments(object, region = NULL, plot = TRUE)
## S4 method for signature 'GenomicRanges'
browseSegments(object, region = NULL, plot = TRUE)
## S4 method for signature 'data.frame'
browseSegments(object, region)
object |
GRangesList, GRanges or data.frame: Genomic intervals. |
... |
not currently used. |
region |
GRanges or NULL: Plotting window. |
plot |
logical: Whether to produce a plot or return the plot data. |
browseSegments can react to metadata columns: 'color', 'name', 'facet'.
ggplot or data.frame.
# TBA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.