Align Topologically Associating Domains. Supports multiple alignment by building a consensus TAD and aligning each TAD to it. Note: as long as we are using multiple alignments in an iterative way, the order of sequences we be relevant. Here experiments are sorted according to the value of the first boundary found in order to try to reduce this problem.
Parameters: | method (reciprocal) – method used to align |
---|
Method based on reciprocal closest boundaries (bd). bd1 will be aligned with bd2 (closest boundary from bd1) if and only if bd1 is the closest boundary of bd2 too (and of course if the distance between bd1 and bd2 is lower than max_dist).
Parameters: |
|
---|---|
Returns: | the alignment and a score between 0 and 1 (0: bad, 1: good). |
Align two lists of TAD boundaries.
Parameters: |
|
---|---|
Returns: | the max score in the Needleman-Wunsch score matrix. |