browseSignal | R Documentation |
Genome browser-type plot of genoomic signal, e.g. BigWig/bedGraph-like data.
browseSignal(object, ...)
## S4 method for signature 'ANY'
browseSignal(object)
## S4 method for signature 'GenomicRangesList'
browseSignal(object, region = NULL, plot = TRUE)
## S4 method for signature 'GenomicRanges'
browseSignal(object, region = NULL, plot = TRUE)
## S4 method for signature 'data.frame'
browseSignal(object, region)
object |
GenomicRangesList, GenomicRanges or data.frame: Genomic signal. |
... |
not currently used. |
region |
GRanges or NULL: Plotting window. |
plot |
logical: Whether to produce a plot or return the plot data. |
browseSignal needs the following columns: 'score' and can react to: 'pos', 'color', 'facet'.
ggplot or data.frame.
browseSignal(ATAC_signal)
browseSignal(CAGE_CTSSs)
# See readme for more examples!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.