Reference to an underlying amino acid store
C-terminal amino acid residue
Sets new custom color for this polymer
Custom user-defined color of this polymer (or undefined if none set)
Sets new custom color for this polymer
Custom user-defined color of this polymer (or undefined if none set)
Sets new global ID for this polymer
Global ID of this polymer
Sets new global ID for this polymer
Global ID of this polymer
Length of this polymer (i.e., number of monomers)
reference to the underlying monomer store
N-terminal amino acid residue
Sets new name for this polymer
Name of this polymer
Sets new name for this polymer
Name of this polymer
Sets new parent structure of this polymer
reference to parent structure of this polymer (or undefined if none exists)
Sets new parent structure of this polymer
reference to parent structure of this polymer (or undefined if none exists)
Breaks this chain at given amino acid by removing it, shortening this chain and returning the second part ("after the removed amino acid") as an output. If the amino acid is N/C terminus, no new chain is returned.
proxy referencing amino acid to remove
new chain consisting of amino acids following the removed one or undefined if there are none
Returns index of first monomer meeting the given predicate
boolean predicate function (accepting monomer proxy and its index as parameters)
index of the first monomer for which the predicate returns "true"
Executes a given callback on each monomer (going from start of the polymer to its end)
function to be executed on each monomer, accepting monomer proxy and its index in the polymer as parameters
Executes a given callback on each monomer (going from end of the polymer to its start, i.e., in reverse)
function to be executed on each monomer, accepting monomer proxy and its index in the polymer as parameters
Copies data from the particular section of the other polymer to this one. If this polymer carried some data, they will be replaced/removed.
polymer to copy data from
index to start copy from (inclusive)
index identifying the end of section to copy from (exclusive)
Returns the index of first amino acid meeting the given predicate
function accepting amino acid proxy and returning true if it meets the desired condition
Calls a provided callback on each amino acid (in N-term to C-term order)
function accepting amino acid proxy and its index as parameters
Calls a provided callback on each amino acid (in reverse C-term to N-term order)
function accepting amino acid proxy and its index as parameters
Returns proxy to amino acid at given index
index of the desired amino acid
amino acid proxy pointing at given index
Returns monomer store index corresponding to the monomer with the given global ID.
global ID to search for
store index of monomer with given global ID or -1 if no such monomer exists.
Returns an array of polymer views determined by the provided filter
filter string determining which monomers to include
array storing continuous views with monomers passing the filter test
Inserts amino acid at given location in this chain. If the insertion is performed in the middle of the chain, other residues are correspondingly shifted.
index where to insert the new residue
global ID of the new residue
amino acid type
alpha carbon location of the newly inserted residue
residue index in the corresponding atomistic structure
amino acid proxy referencing newly inserted residue
Inserts amino acid at the end of the chain, i.e., creates new C-terminal amino acid residue.
global ID of the new residue
amino acid type
alpha carbon location of the newly inserted residue
residue index in the corresponding atomistic structure
amino acid proxy referencing newly inserted residue
Inserts amino acid at the start of the chain, i.e., creates new N-terminal amino acid residue.
global ID of the new residue
amino acid type
alpha carbon location of the newly inserted residue
residue index in the corresponding atomistic structure
amino acid proxy referencing newly inserted residue
Removes amino acid but still assumes that the chain remains connected
proxy referencing amino acid to remove
Removes amino acid but still assumes that the chain remains connected
index of the amino acid to be removed
Removes amino acids but still assumes that the chain remains connected
proxies referencing amino acids to remove
Removes amino acids but still assumes that the chain remains connected
array of indices of amino acids to be removed
Removes given monomer. If the polymer is empty after the removal, it is also removed from the parent structure.
monomer to remove
Removes monomer at given index. If the polymer is empty after the removal, it is also removed from the parent structure.
index of the monomer to remove
Removes given monomers. If the polymer is empty after the removal, it is also removed from the parent structure.
monomers to remove
Removes monomers stored at given indices. If the polymer is empty after the removal, it is also removed from the parent structure.
an array of indices of monomers to remove
Changes global IDs of all included monomers (using the GlobalIdGenerator)
if provided, it will store the old id -> new id records for each monomer
Shortens this polymer to a new length, discarding the original data beyond this new size.
new lenght of this polymer
Generated using TypeDoc
Class storing data of single coarse-grained amino acid chain