global ID of the newly created structure
name of the structure
author of the structure
list of this structure's amino acid chains
the number of amino acid chains in this structure
Sets new author name of this structure
author name of this structure
Sets new author name of this structure
author name of this structure
Sets new global ID of this structure
global ID of this structure
Sets new global ID of this structure
global ID of this structure
Atom generation dirty flag.
true if the atom data are dirty, i.e., need to be regenerated
Sets the atom data dirty flag
true if the atom data are dirty, i.e., need to be regenerated
the total number of monomers being part of this structure
list of this structure's nucleic acid strands
the number of nucleic acid strands in this structure
Sets new name of this structure
name of this structure
Sets new name of this structure
name of this structure
Sets new parent component reference
reference to the parent component (if assigned)
Sets new parent component reference
reference to the parent component (if assigned)
the total number of polymer in this structure
array iterator of all polymers (nucleic and amino acid chains) in this structure
string identification of this class
Adds new amino acid chain to this structure
chain to add
Adds new amino acid chains to this structure
chains to add
Adds new nucleic acid strand to this structure
strand to add
Adds new nucleic acid strands to this structure
strands to add
Generates atoms for the underlying atomistic structure.
if set to true, the structure will be rebuilt even if a valid one alredy exists
promise referencing the function generating the new atomistic data
Creates a copy of itself, including the polymers and other data.
new structure being a copy of this one
Disposes of the structural data
Returns first amino acid chain meeting the given predicate
boolean predicate accepting chain as a parameter
first amino acid chain to return true for the provided predicate
Returns first nucleic acid strand meeting the given predicate
boolean predicate accepting strand as a parameter
first nucleic acid strand to return true for the provided predicate
Executes a callback on each amino acid chain
function accepting an amino acid chain as a parameter
Executes a callback on each monomer / residue
function accepting monomer as a parameter
Executes a callback on each nucleic acid strand
function accepting a nucleic acid strand as a parameter
Auto-computes base-pairs in the whole structure
if set to true, the auto-computation may discard existing base-pairs. Otherwise, they will remain untouched.
Generates a new structure-wise unique (hopefully) chain name
new chain name
Returns amino acid chain with the given global ID
global ID to search for
chain with the sought global ID, or undefined if not found
Gets amino acid proxy corresponding to the given global ID. This operation can take up to O(n) time w.r.t the number of amino acids.
global ID to search for
proxy referencing an amino acid with the desired global ID or null if not found
Returns AABB of this structure
box object into which the function outcome will be stored
reference to provided (or new) Box3 instance storing the AABB data
Returns monomer proxy corresponding to the given global ID. This operation can take up to O(n) time w.r.t the number of monomers.
global ID to search for
monomer proxy with the given global ID or null if not found
Returns nucleic acid strand with the given global ID
global ID to search for
strand with the sought global ID, or undefined if not found
Gets nucleotide proxy corresponding to the given global ID. This operation can take up to O(n) time w.r.t the number of nucleotides.
global ID to search for
proxy referencing a nucleotide with the desired global ID or null if not found
Computation of principal axes of this structure.
the principal axes of the structure monomers
an array of string sequences of structure's polymers.
Returns an array of callback-converted sequences of structure's polymers.
conversion function accepting monomer type and its parent polymer, returning converted value. The callback is executed on each monomer for all of the polymers in this structure.
array of polymer sequences processed by the provided callback function
Tries to refresh structural data if it identifies a need to do so
chain to remove
Removes all polymers in this structure. This function does NOT automatically remove the parent component from stage.
if set to true, polymers will be disposed, otherwise they are just removed from internal lists.
strand to remove
Removes polymer from the structure. If the structure contains no polymers after the removal and has a parent component, it removes the component from the stage automatically.
polymert to remove
Returns a string containing some information about the structure
string with information about the structure
Transforms all polymers in this structure with the given matrix.
transformation matrix
Generated using TypeDoc
Class storing data of a single coarse-grained structure