Hi,
I know the format of the fragments input file should be as shown in the readme page
chr extraField fragmentMid marginalizedContactCount mappable? (0/1)
1 0 15000 234 1
To get the marginalizedContactCount I assume it should take a contact matrix as an input.
However the only inputs required to run this script are chromosome lengths and resolution. And the output it produces looks like a bed file which looks like this:
chr1 0 2500 1 1
chr1 5000 7500 1 1
chr1 10000 12500 1 1
chr1 15000 17500 1 1
Am I missing something ? What do you think I should do to get the output in the correct format ?
Thanks,
Kaivalya