plot4C | R Documentation |
Plotting virtual 4C profiles
plot4C(x, mapping = ggplot2::aes(x = center, y = score, col = seqnames))
x |
GRanges, generally the output of |
mapping |
aes to pass on to ggplot2 (default:
|
ggplot
contacts_yeast <- contacts_yeast()
v4C <- virtual4C(contacts_yeast, GenomicRanges::GRanges('II:490001-510000'))
plot4C(v4C)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.