Class LocalProteinDomainParser
java.lang.Object
org.biojava.nbio.structure.domain.LocalProteinDomainParser
Protein Domain Parser is a an algorithm that attempts at assigning domains for 3D protein structures.
Since domains in proteins are difficult to define, results detected by automated algorithms have to be taken with a grain of salt.
see
J Mol Biol. 2004 Jun 4;339(3):647-78. Toward consistent assignment of structural domains in proteins. Veretnik S, Bourne PE, Alexandrov NN, Shindyalov IN.This implementation is based on a Java port of the PDP algorithm, as described in:
- Since:
- 3.0.2
- Author:
- Andreas Prlic
-
Method Summary
Modifier and TypeMethodDescriptionsuggestDomains
(Atom[] ca) Suggest domains for a set of Calpha atomsSuggest domains for a protein structure
-
Method Details
-
suggestDomains
Suggest domains for a protein structure- Parameters:
s
- the protein structure- Returns:
- a list of possible domains
- Throws:
StructureException
-
suggestDomains
Suggest domains for a set of Calpha atoms- Parameters:
ca
- an array of Calpha atoms- Returns:
- a list of possible domains
- Throws:
StructureException
-