browsePositions | R Documentation |
Genome browser-type plot of single-bp positions, e.g. VCF-like data.
browsePositions(object, ...)
## S4 method for signature 'ANY'
browsePositions(object, region = NULL)
## S4 method for signature 'GenomicRangesList'
browsePositions(object, region = NULL, plot = TRUE)
## S4 method for signature 'GenomicRanges'
browsePositions(object, region = NULL, plot = TRUE)
## S4 method for signature 'data.frame'
browsePositions(object, region)
object |
GPos, GenomicRangesList or data.frame: Genomic positions |
... |
not currently used. |
region |
GRanges or NULL: Plotting window. |
plot |
logical: Whether to produce a plot or return the plot data. |
browseFeatures can react to metadata columns: 'color', 'facet', 'score', 'shape'.
ggplot or data.frame.
# TBA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.