public class CompoundFinder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static double |
RATIO_GAPS_FOR_MISMATCH
Above this ratio of mismatching residue types for same residue numbers we
consider the 2 chains to be a mismatch and don't put them together in the same entity
|
Constructor and Description |
---|
CompoundFinder(Structure s) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Compound> |
findCompounds()
Utility method that employs some heuristics to find the Compounds
for this Structure in case the information is missing in PDB/mmCIF file
|
public static final double RATIO_GAPS_FOR_MISMATCH
public CompoundFinder(Structure s)
public java.util.List<Compound> findCompounds()