public class CompoundFinder extends Object
SeqRes2AtomAligner
but it is intended for raw PDB files where
possibly no SEQRES is given.Modifier and Type | Field and Description |
---|---|
static double |
GAP_COVERAGE_THRESHOLD
Gap coverage value (num gaps over length of sequence) for each chain of the match:
2 chains with more gap coverage than this value will not be considered part of the same entity
|
static double |
IDENTITY_THRESHOLD
Identity value for 2 chains to be considered part of same entity
|
static double |
RATIO_GAPS_FOR_MISMATCH
Above this ratio of mismatching residue types for same residue numbers we
consider the 2 chains to have mismatching residue numbers and warn about it
|
Constructor and Description |
---|
CompoundFinder(Structure s) |
Modifier and Type | Method and Description |
---|---|
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 static final double IDENTITY_THRESHOLD
public static final double GAP_COVERAGE_THRESHOLD
public CompoundFinder(Structure s)
Copyright © 2000–2016 BioJava. All rights reserved.