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)
proxy referencing the 5' end nucleotide
Sets new global ID for this polymer
Global ID of this polymer
Sets new global ID for this polymer
Global ID of this polymer
Sets the circularity of this strand
true if this strand is circular
Sets the circularity of this strand
true if this strand is circular
Set whether this strand is a scaffold (true) or a staple (false)
true if this strand is a scaffold strand
Set whether this strand is a scaffold (true) or a staple (false)
true if this strand is a scaffold strand
Length of this polymer (i.e., number of monomers)
reference to the underlying monomer store
Sets the type of this nucleic acid strand
the type of this nucleic acid
Sets the type of this nucleic acid strand
the type of this nucleic acid
Sets new name for this polymer
Name of this polymer
Sets new name for this polymer
Name of this polymer
reference to underlying nucleotide store
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)
proxy referencing the 3' end nucleotide
Breaks this strand after the given nucleotide, i.e., removing the connection/bond between given nucleotide and the following one. In other words, it splits this strand into two parts -- first part goes from 5' to the removed nucleotide. The second part starts with the nucleotide following the removed one and ends at the original 3' end. Since the nucleotides are not moved in reality, the atom-level bonds are not influenced by this function. Thus, it is more important for defining the routing of a given strand.
proxy referencing nucleotide to become new 3' end of this strand
part of the original strand following the referenced nucleotide
Breaks this strand at given nucleotide by removing it, shortening this strand and returning the second part as an output. If the nucleotide is 5'/3' end, no new strand is returned. Example: A-T-G-[T]-C-G-C => this strand = A-T-G, returned strand = C-G-C
proxy referencing nucleotide to remove
strand following the removed nucleotide (or undefined if the nucleotide lied at 3' end)
Checks if it is possible to connect this strand to the given nucleotide (in other or this strand)
nucleotide we would like to initiate connection to
this strand end where the connection will start
true if the connection can happen, false otherwise
Removes base pair references between the given nucleotide and its complementary one.
nucleotide proxy to be "unpaired"
Ensures that no nucleotide in the parent structure references any of the nucleotides which are part of this strand.
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
Connects this strand to another (could be the same) strand with a bond. After this operation, the "other" strand may be disposed and removed from the structure. The exception to this rule is in case that the other strand equals this strand.
strand to which the connection should be performed
Determines whether the connection will start at 5'/3' end of this strand
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 index of first nucleotide returning true for given predicate
index of first nucleotide to meet the predicate
Executes a callback for each nucleotide (in 5' to 3' order)
function accepting nucleotide proxy and its index
Executes a callback for each nucleotide (in reverse 3' to 5' order)
function accepting nucleotide proxy and its index
Returns direction which can be used to achieve helical-axis-aligned strand extension
direction in which the extension should be performed
direction that can be used for extension parallel to this strand axis
Returns 3D location determining the starting origin of the strand extension
direction in which the extension should be performed
position of the origin used for the extension
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.
Retrieves proxy referencing nucleotide at the given index
index of the nucleotide to refer to
proxy pointing at nucleotide at given index
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 nucleotides from the given part of other strand to the desired position in this strand. The existing nucleotides are shifted so the operation preserves the existing data, as well as the newly added ones.
other nucleic acid strand to insert data from
where to insert data into this strand
where the data reading in other strand should start
length (in nr. of nucleotides) of the inserted part
Inserts new nucleotide at the 5' end of this strand.
global ID of the newly inserted nucleotide
base type of the newly inserted nucleotide
nucleobase center of the newly inserted nucleotide
backbone center of the newly inserted nucleotide
base normal of the newly inserted nucleotide
hydrogen face direction of the newly inserted nucleotide
proxy referencing the paired nucleotide (if any)
residue index referencing corresponding all-atom structure residue (if any)
proxy referencing the newly inserted nucleotide
Inserts new nucleotide at the 3' end of this strand.
global ID of the newly inserted nucleotide
base type of the newly inserted nucleotide
nucleobase center of the newly inserted nucleotide
backbone center of the newly inserted nucleotide
base normal of the newly inserted nucleotide
hydrogen face direction of the newly inserted nucleotide
proxy referencing the paired nucleotide (if any)
residue index referencing corresponding all-atom structure residue (if any)
proxy referencing the newly inserted nucleotide
Inserts new nucleotide into this strand. If the insertion happens in the middle of the strand, other nucleotides are shifted in the underlying data structure.
index where the nucleotide should be inserted (0 refers to 5' location)
global ID of the newly inserted nucleotide
base type of the newly inserted nucleotide
nucleobase center of the newly inserted nucleotide
backbone center of the newly inserted nucleotide
base normal of the newly inserted nucleotide
hydrogen face direction of the newly inserted nucleotide
proxy referencing the paired nucleotide (if any)
residue index referencing corresponding all-atom structure residue (if any)
proxy referencing the newly inserted nucleotide
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
Removes a nucleotide but still assumes that the strand remains connected
proxy referencing nucleotide to remove
Removes a nucleotide but still assumes that the strand remains connected Example: A-T-G-[T]-C-G-C => A-T-G--C-G-C (the -- signifies that this operation may result in an unnaturally long bond)
index of the nucleotide to be removed
Removes nucleotides but still assumes that the strand remains connected
proxies referencing nucleotides to remove
Removes nucleotides but still assumes that the strand remains connected
indices of nucleotides 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
Updates information about paired nucleotides, used in cases there was global ID-changing operation executed.
map storing [old global id, new global id] pairs for each nucleotide
Generated using TypeDoc
Class storing data of single coarse-grained nucleic acid strand