cocount | R Documentation |
gMatrix instantiator creates contact "counts" of "events", which are GRanges grouped into pairs / triples / groups (e.g. paired end reads, linked readsa, SPRITE contacts) via "by" column.
cocount(
events,
bins = disjoin(events),
by = names(values(events))[1],
weight = NULL,
frac = FALSE,
full = FALSE,
fill = 0,
na.rm = TRUE
)
events |
GRanges of events |
bins |
bins to count to, default is disjoin(events) |
by |
column of events GRanges that allows co-counting |
frac |
whether to count fractional overlap of event with bin as 1 (frac == FALSE) or based on width |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.