Class ProteinSynthesizer
- java.lang.Object
-
- com.actelion.research.chem.io.pdb.parser.ProteinSynthesizer
-
public class ProteinSynthesizer extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProteinSynthesizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addResidue(Molecule3D residue)
an amino acid is added to the protein structure and a peptide coupling is performed, if coupling cannot be performed, the function results false and the residue is not addedMolecule3D
retrieveProtein()
-
-
-
Method Detail
-
addResidue
public boolean addResidue(Molecule3D residue)
an amino acid is added to the protein structure and a peptide coupling is performed, if coupling cannot be performed, the function results false and the residue is not added
-
retrieveProtein
public Molecule3D retrieveProtein()
-
-