Hello,
What's the best/easiest way to plot genomic interactions (e.g.: ChIA-PET, Hi-C, promoter - enhancer correlations) data with GViz?
You can think of genomic interaction data as a paired `GRanges` object or BED file where each row represents an interaction between two sets of coordinates, e.g.:
chr1:100-1000 -- chr1:2000-2200 chr2:200-250 -- chr2:300-350
I can see that a sashimi visualisation type is implemented for the `AlignmentTracks` class but I don't understand how to shape my genomic interaction data in the correct format.
- Is there a way to force genomic interaction data in an `AlignmentTrack` container? How?
- Does Gviz support the `GenomicInteractions` class from the `GenomicsInteractions` package?
Thanks!
Similar but old question with some references: plotting interactions in gviz (Chia-Pet, HiC, 5C). New feature?