Description Usage Arguments Details Author(s) Examples
View source: R/graph_clusters.R
Given a set of integration sites, this function generates a partial undirected graph of integration sites where nodes are the specific sites (one row from the GRanges object input) and edges mark which sites are within the gap distance from eachother. To generate the partial graph, nodes are broken into two groups, axil nodes and nodes. Axil nodes are the first occurances (or left most occurance) of the unique integration sites (chromsome + strand + position) which cluster together. Nodes are all other occurances, which are always connected to one axil node by definition.
1 | graph_clusters(sites, gap)
|
sites |
a GRanges object where each row is a single integration site or range. |
gap |
an integer specifying the distance to consider between sites to call an edge. |
graph_clusters
generates a partial undirected graph connecting each
integration sites within a specified genomic gap distance.
Christopher Nobles, Ph.D.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.