Representing Interaction Data Using Iranges/Granges For 5C/Hi-C Data Analysis
0
1
Entering edit mode
12.1 years ago
Naveen ▴ 10

I am trying to represent a large (many million entries) interaction matrix between genomic loci, possibly on different chromosomes. These matrices are generally the results of 5C/Hi-C type experiments.

Q: is there an existing data structure based on IRanges that does something like that?

In essence each entry would consist of two genomic ranges, one for the source and one for the target, possibly with a frequency field showing how many times this interaction was sequenced. I used simple data frames so far, which serves the purpose, but might not be the most efficient in terms of storage.

r bioconductor • 2.1k views
ADD COMMENT
0
Entering edit mode

afaik it is not possible to link IRanges objects that way, but prove me wrong. What you needed was a link between two single Ranges entries, you could make a separate interaction matrix instead containing the indices as integer values of corresponding RangedData lines in 2 columns (similar to a matchMatrix from computeOverlaps)

ADD REPLY

Login before adding your answer.

Traffic: 1463 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6