public class LocalProteinDomainParser extends Object
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:
Modifier and Type | Method and Description |
---|---|
static List<Domain> |
suggestDomains(Atom[] ca)
Suggest domains for a set of Calpha atoms
|
static List<Domain> |
suggestDomains(Structure s)
Suggest domains for a protein structure
|
public static List<Domain> suggestDomains(Structure s) throws StructureException
s
- the protein structureStructureException
public static List<Domain> suggestDomains(Atom[] ca) throws StructureException
ca
- an array of Calpha atomsStructureException
Copyright © 2000–2019 BioJava. All rights reserved.