| |
Methods defined here:
- __init__(self, pcnt=70)
- filter(self, probelist_orig)
- Port of removeduplicates.pl
Behavior is only almost identical. The inconsistencies occur in the
unusual case that A~B, and B~C but A !~ C. In the perl code B and C
would be preserved, but in this code, only C is, due to differences
in sorting order different list order on input. At 70% id, here
are some sample differences:
GAL4 Cu2.fsa:55 | GAL4 Cu2.fsa:54
MCM1 YPD.fsa:110 | MCM1 YPD.fsa:109
RDS1 H2O2.fsa:64 | RDS1 H2O2.fsa:63
RLM1 YPD.fsa:65 | RLM1 YPD.fsa:64
ZAP1 Zn.fsa:43 | ZAP1 Zn.fsa:42
- loadsimilarfile(self)
|