Modifier and Type | Class and Description |
---|---|
class |
BioPolymer
A BioPolymer is a subclass of a Polymer which is supposed to store
additional informations about the Polymer which are connected to BioPolymers.
|
Modifier and Type | Method and Description |
---|---|
IBioPolymer |
BioPolymer.clone() |
Modifier and Type | Class and Description |
---|---|
class |
DebugBioPolymer
Debugging data class.
|
class |
DebugPDBPolymer
Debugging data class.
|
Modifier and Type | Method and Description |
---|---|
IBioPolymer |
DebugBioPolymer.clone()
Clones this
IChemObject . |
Modifier and Type | Interface and Description |
---|---|
interface |
IPDBPolymer
A PDBPolymer is a subclass of a BioPolymer which is supposed to store
additional informations about the BioPolymer which are connected to BioPolymers.
|
Modifier and Type | Method and Description |
---|---|
IBioPolymer |
IBioPolymer.clone()
Returns a deep clone of this IChemObject.
|
Modifier and Type | Method and Description |
---|---|
IBioPolymer |
ProteinPocketFinder.getProtein() |
Modifier and Type | Method and Description |
---|---|
void |
ProteinPocketFinder.setProtein(IBioPolymer protein) |
Constructor and Description |
---|
ProteinPocketFinder(IBioPolymer protein,
double[][][] grid) |
Modifier and Type | Class and Description |
---|---|
class |
PDBPolymer
An entry in the PDB database.
|
Modifier and Type | Method and Description |
---|---|
IBioPolymer |
BioPolymer.clone() |
Modifier and Type | Method and Description |
---|---|
static IBioPolymer |
ProteinBuilderTool.addAminoAcidAtCTerminus(IBioPolymer protein,
IAminoAcid aaToAdd,
IStrand strand,
IAminoAcid aaToAddTo)
Builds a protein by connecting a new amino acid at the C-terminus of the
given strand.
|
static IBioPolymer |
ProteinBuilderTool.addAminoAcidAtNTerminus(IBioPolymer protein,
IAminoAcid aaToAdd,
IStrand strand,
IAminoAcid aaToAddTo)
Builds a protein by connecting a new amino acid at the N-terminus of the
given strand.
|
static IBioPolymer |
ProteinBuilderTool.createProtein(String sequence)
Creates a BioPolymer from a sequence of amino acid as identified by a
the sequence of their one letter codes.
|
static IBioPolymer |
ProteinBuilderTool.createProtein(String sequence,
IChemObjectBuilder builder)
Creates a BioPolymer from a sequence of amino acid as identified by a
the sequence of their one letter codes.
|
Modifier and Type | Method and Description |
---|---|
static IBioPolymer |
ProteinBuilderTool.addAminoAcidAtCTerminus(IBioPolymer protein,
IAminoAcid aaToAdd,
IStrand strand,
IAminoAcid aaToAddTo)
Builds a protein by connecting a new amino acid at the C-terminus of the
given strand.
|
static IBioPolymer |
ProteinBuilderTool.addAminoAcidAtNTerminus(IBioPolymer protein,
IAminoAcid aaToAdd,
IStrand strand,
IAminoAcid aaToAddTo)
Builds a protein by connecting a new amino acid at the N-terminus of the
given strand.
|
Copyright © 2022. All rights reserved.