Uses of Class
evaluation.comparison.ComplexMappings

Packages that use ComplexMappings
evaluation.comparison   
 

Uses of ComplexMappings in evaluation.comparison
 

Methods in evaluation.comparison that return ComplexMappings
static ComplexMappings ComplexSetComparison.mapComplexes(ComplexSet setA, ComplexSet setB, int overlapThreshold)
          Calculates a mapping between two given complex sets by comparing the protein overlaps of their complexes.
static ComplexMappings ComplexSetComparison.mapComplexesConsistently(ComplexSet setA, ComplexSet setB, int overlapThreshold)
          Calculates a mapping between two given complex sets by comparing the protein overlaps of their complexes.
static ComplexMappings ComplexSetComparison.mapComplexesExactly(ComplexSet setA, ComplexSet setB)
          Find complexes in two given complex sets which are identical
static ComplexMappings ComplexSetComparison.mapComplexesMultiple(ComplexSet setA, ComplexSet setB, int overlapThreshold)
          Calculates a mapping between two given complex sets by comparing the protein overlaps of their complexes.