Closed jstansfield0 closed 5 years ago
Yes, the input to HIFI is a sparse matrix file. The Python script is provided to allow users to convert their Hi-C BAM files to sparse matrix files.
Please see the following post for an explanation of the sparse matrix format: https://github.com/BlanchetteLab/HIFI/issues/1
I am wondering if it is possible to start with data in the form of a sparse matrix instead of a BAM file for input into HIFI? Looking at the input for the HIFI function it seems this is possible but based on your example I am not sure what format the sparse matrix needs to be in.
Is it IF chr1 start1 chr2 start2? Also should the start locations be in base pairs or are these in the form of IDs that are later mapped to basepair locations?