global ID of this polymer
name of this polymer
parent structure of this polymer
instance of monomer store where the polymer data should be stored
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
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)
an array of monomer types describing the sequence of this polymer
Applies matrix transformation to all polymer's monomers
transformation matrix
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)
Disposes of this polymer
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 instance of a monomer proxy object with the index being set to -1. It is expected that the index will be manually set by the user later on.
monomer proxy instance pointing to invalid data
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
true if this polymer is cyclic/circular
true if this polymer is DNA strand
true if this polymer is nucleic acid chain
true if this polymer is a protein chain
true if this polymer is RNA strand
Returns instance of monomer proxy at given index
index of the desired monomer
monomer proxy instance at the given index or null if index is not valid
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
Changes sequence of the whole polymer. If the newly provided sequence is shorter, it will be applied in a "circular fashion".
new sequence to be applied to the current polymer
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 polymer/chain