virtual4C | R Documentation |
From a (m)cool pre-imported in memory, computes a 4C profile
using a user-specified viewpoint
.
virtual4C(x, viewpoint, use.scores = "balanced")
x |
a |
viewpoint |
viewpoint, defined as a GRanges |
use.scores |
use.scores |
A tibble with the contact frequency of the viewpoint, per bin along the imported genomic range.
library(HiContacts)
contacts_yeast <- contacts_yeast()
v4C <- virtual4C(contacts_yeast, GenomicRanges::GRanges('II:490001-510000'))
v4C
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.