Description Usage Arguments Value Author(s) Examples
Exports a GenomicInteractions object to graph object for use by igraph package. This uses unique anchors as nodes and generates edges between them.
For the resulting graph to be easily interpretable, anchors should be non-overlapping. This should already be the case for HiC data using either binned genomic regions or restriction fragments. However, ChIA-PET data can contain overlapping anchors, which may need to be reduced to non-overlapping regions before graph export.
1 2 3 4 | export.igraph(GIObject)
## S4 method for signature 'GenomicInteractions'
export.igraph(GIObject)
|
GIObject |
A GenomicInteractions object. |
A graph representation of the GenomicInteractions object.
Malcolm Perry, Elizabeth Ing-Simmons
1 2 3 | data(hic_example_data)
hic_example_data <- updateObject(hic_example_data)
ig <- export.igraph(hic_example_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.