browseInteractions | R Documentation |
Genome browser-type plot of genomic interactions, e.g. BEDPE-like data.
browseInteractions(object, ...)
## S4 method for signature 'ANY'
browseInteractions(object)
## S4 method for signature 'GInteractions'
browseInteractions(object, region = NULL, plot = TRUE)
## S4 method for signature 'data.frame'
browseInteractions(object, region)
object |
GInteractions: Genomic interactions. |
... |
not currently used. |
region |
GRanges or NULL: Plotting window. |
plot |
logical: Whether to produce a plot or return the plot data. |
ggplot or data.frame.
# TBA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.