Adds colored arrow object pointing to particular location in the scene.
start of the arrow (tail)
end of the arrow (head)
hexadecimal color of the arrow
radius/width of the arrow
reference to component storing the arrow
Adds colored box to the particular location in the scene.
center of the box
hexadecimal color of the box
height axis of the box
depth axis of the box
size of the box
reference to component storing the box
Attaches annotation label to the given component
target component's UUID, name, or object reference
position of the label (in component's coordinate space)
textual contents of the label
reference to newly added annotation object, or null if none added
Places textual label to the given location.
position of the label
hexadecimal text color
text size
contents of the label
reference to component storing the label
Adds line object spanning two provided points.
start of the line
end of the line
color of the line
width of the line
reference to component storing the line
Creates a new Modal window with the given content and appends it under the "Plugins" menu in the Top bar.
title of the modal window
elements to show in the window
Adds given type of representation to the component
target component's UUID, name, or object reference
name of the representation
reference to the representation element/object
Adds colored sphere object to the scene. For addition of multiple spheres, it is recommended to prefer the addSpheres function.
center of the sphere
hexadecimal string defining the sphere's color
radius of the sphere
reference to component with the sphere
Adds one or more colored spheres to the scene. Spheres are represented using a single component and data buffer, thus this method is significantly better, performance-wise, than making multiple addSphere calls.
array of centers of the spheres
array of hexadecimal colors of the spheres
array of radii of the spheres
opacity of the spheres (<1.0 makes spheres semi-transparent)
component storing the newly added spheres
Returns vector (three-element array) equal to the sum of two provided vectors.
first vector
second vector
sum of vectors {@link v1} and v2
Attaches given script to the update call
full name of the script
Converts given all-atom component to a coarse-grained one. The conversion reduces the atomistic level of detail based on the requirements of coarse-grained data model used by Catana.
target component's UUID, name, or object reference
promise resolving with newly created component
Converts given coarse-grained component to an all-atom one. The conversion includes generation of atomistic data.
target component's UUID, name, or object reference
promise resolving with newly created component
Creates coarse-grained double-stranded DNA object having the desired sequence.
sequence of the DNA strands.
reference to newly created component, or null in case of an error
Creates coarse-grained straight double-helical DNA segment starting at point {@link start} and ending at point {@link end}. The sequence of DNA is defined by currently used sequence provider.
vector (three-element array) defining the start of the double helix
vector (three-element array) defining the end of the double helix
if provided, defines component to which the DNA should be appended
reference to the component (either {@link parentComp} or a newly created one) containing the created DNA
Creates coarse-grained peptide with the given sequence. The structure of the peptide is only a crude approximation.
peptide sequence
refeence to the component encapsulating the peptide
Creates coarse-grained single-stranded DNA object having the desired sequence.
sequence of the newly created DNA strand
reference to newly created component, or null in case of an error
Returns vector corresponding to the cross product of two provided vectors.
first vector
second vector
vector equal to the cross product of {@link v1} and v2
Detaches given script from the update call
full name of the script
Returns dot product of two provided vectors.
first vector
second vector
the value of dot product of {@link v1} and v2
Downloads given structure (component) as *.pdb file with the provided name.
name of the file to download (without extension)
all-atom structure component referencing the structure to download
Downloads screenshot from the current point of view.
name of the file to download (without extension)
boolean determining if the screenshot should be transparent or not
Downloads given string as *.txt file with the provided name.
name of the file to download (without extension)
contents of the text file
Downloads given components as *.unf file with the provided name.
name of the file to download (without extension)
an array of structure components referencing structures to download
Executes provided callback on each atom of the given residue.
residue reference
callback to be executed on each atom of this residue
Executes provided callback on each chain of the given structure.
reference to structure
callback to be executed on each chain
Executes provided callback on each residue of the given structure.
reference to structure.
callback to be executed on each residue.
Executes provided callback on each residue of the given chain.
reference to chain
callback to be executed on each residue
Finds component with the given name. If more components with the same name exist, the first found is returned.
name of the component to search for
reference to found component or null if not found
Finds component with the given UUID.
UUID of the component to search for
reference to found component or null if not found
Updates camera view to focus on all loaded components (objects in the scene).
Centers view onto the provided component.
target component's UUID, name, or object reference
Returns the number of atoms of the provided structure.
reference to structure
number of atoms
Returns the maximum number of atoms that can be generated.
the maximum number of atoms that can be generated
Returns index of an atom corresponding to its position in the atom store.
reference to atom
index of the atom
Returns name (PDB convention) of the provided atom.
reference to atom
string corresponding to the atom's name
Returns position of the atom in space.
reference to atom
vector (three-element array) corresponding to the atom's position.
Returns reference to chain stored at given index in the structure.
reference to structure
index of the desired chain
chain of {@link structure} stored at {@link index}
Returns the number of chains of the provided structure. In case of all-atom structures, this number may also include non-polymer chains (e.g., water chains or "chains" formed by small molecules).
reference to structure
number of chains
Returns the length of the provided chain.
reference to chain
length (number of residues) of the chain
Returns the name of the provided chain.
reference to chain
string storing the chain name
Returns position of the component's centroid.
target component's UUID, name, or object reference
vector (three-element array) corresponding to component's centroid position, or empty array if component is not found
Returns matrix describing the component's transformations.
target component's UUID, name, or object reference
array storing the matrix storing the component's transformation data.
Returns name of the given component.
target component's UUID, name, or object reference
name of the provided component
Returns position of the component's origin.
target component's UUID, name, or object reference
if provided, the position will be stored into this array
reference to {@link targetArray} filled with the position data or a reference to new vector/array with positional data
Returns rotation of the provided component.
target component's UUID, name, or object reference
if provided, the rotation will be stored into this array
reference to {@link targetArray} filled with the rotation data or a reference to new vector/array with rotation data
Returns FASTA-formatted sequence of this component's structure.
target component's UUID, name, or object reference
structure sequence FASTA string
Returns the UUID (Universally unique identifier) of the given component.
target component
UUID string
Returns an array with all currently loaded components.
array of all currently loaded components
Returns delta time value, i.e., time in seconds elapsed since the last execution of plugins attached to the Catana's update call.
delta time in seconds
Returns identification of atom's chemical element.
reference to atom
string storing the atom's element identification
Returns an array of three-element tuples:
Returns last atom that was left-clicked with a mouse. Constraints of the getLastClickedObject function remain valid.
reference to the last atom that was left-clicked. If the last left-clicked object does not reference an atom, null is returned.
Returns last chain that was left-clicked with a mouse. Constraints of the getLastClickedObject function remain valid.
reference to the last chain that was left-clicked. If the last left-clicked object does not reference a chain, null is returned.
Returns reference to the last object (instance of PickingProxy) that was clicked with the left mouse button. If some of Catana's integrated modelling tools are active (e.g., amino acid mutation), the newly left-clicked objects are not reported during this period and old value remains.
reference to the last clicked object
Returns last residue that was left-clicked with a mouse. Constraints of the getLastClickedObject function remain valid.
reference to the last residue that was left-clicked. If the last left-clicked object does not reference a residue, null is returned.
Returns last structure that was left-clicked with a mouse. Constraints of the getLastClickedObject function remain valid.
reference to the last structure that was left-clicked. If the last left-clicked object does not reference a structure, null is returned.
Returns last atom that was hovered-over with a mouse. Constraints of the getLastHoveredObject function remain valid.
reference to the last atom that was hovered-over. If the last hovered object does not reference an atom, null is returned.
Returns last chain that was hovered-over with a mouse. Constraints of the getLastHoveredObject function remain valid.
reference to the last chain that was hovered-over. If the last hovered object does not reference a chain, null is returned.
Returns reference to the last object (instance of PickingProxy) that was hovered-over with a mouse (i.e., the cursor was pointing to the given object). If some of Catana's integrated modelling tools are active (e.g., amino acid mutation), the newly hovered-over objects are not reported during this period and old value remains.
reference to the last hovered-over object
Returns last residue that was hovered-over with a mouse. Constraints of the getLastHoveredObject function remain valid.
reference to the last residue that was hovered-over. If the last hovered object does not reference a residue, null is returned.
Returns last structure that was hovered-over with a mouse. Constraints of the getLastHoveredObject function remain valid.
reference to the last structure that was hovered-over. If the last hovered object does not reference a structure, null is returned.
Returns matrix corresponding to the inverse of provided matrix.
input matrix
matrix being an inverse of the input matrix
Returns residue stored at the given index in the chain. Residues are ordered in 5'/N-term to 3'/C-term manner, i.e., index 0, for example, corresponds to the 5' nucleic acid, resp. N-terminus amino acid.
parent chain of the residue
index of the residue
reference to the residue object
Returns the number of residues of the provided structure. In case of all-atom structures, this number may also include small-molecule residues.
reference to structure
number of residues
Returns index of the given residue (corresponding to its position in the parent chain).
residue reference
index of the residue in the parent chain
Returns name of the residue
reference to residue
string storing the residue name
Returns vector corresponding to the position of the residue. For all-atom model structures, this position equals to the centroid of all residue atoms. For coarse-grained model structures, this position equals to the position of the residue's backbone.
reference to residue
vector (three-element array) storing the position
Returns value of the shared variable.
variable name
value stored by the variable
Returns an array with all structure-referencing loaded components.
array of all currently loaded components representing structural data
Returns structural data represented by this component.
target component's UUID, name, or object reference
reference to underlying structure wrapped by this component.
Checks if given shared variable exists.
name of the shared variable to look for
true if the variable exists, false otherwise.
Creates a GET request targeted at the given resource. Expects that the response is a JSON, that is converted to an object.
resource URL
promise resolving with response object
Creates a GET request targeted at the given resource. Expects that the response is a text/string.
resource URL
promise resolving with response text
Creates a POST request targeted at the given resource. Body of the request is a JSON created from the provided object.
resource URL
type of expected response from the server (if set to "json", response data are an object)
object to provide as request body
promise resolving with response data
Creates a POST request targeted at the given resource. Body of the request is a given text.
resource URL
type of expected response from the server (if set to "json", response data are an object)
text to provide as request body
promise resolving with response data
Creates a POST request targeted at the given resource. The request is encoded as an URL query string.
resource URL
type of expected response from the server (if set to "json", response data are an object)
object defining query parameters (object properties) and their values (property values)
promise resolving with response data
Initializes the class data
stage instance
Installs (i.e., loads into Catana) plugin stored at the provided URL, or stored at official Catana plugin repository with the provided name.
URL or name referencing the plugin file
Installs (i.e., loads into Catana) script stored at the provided URL.
URL referencing the script file
Returns true if the given component or structure represents all-atom data.
structure or component to check for
true if the provided object represents all-atom data
Returns true if the given component or structure represents coarse-grained data.
structure or component to check for
true if the provided object represents coarse-grained data
Returns boolean informing whether the chain is a nucleic chain or not.
reference to chain
true if the chain is a nucleic acid chain, false otherwise.
Returns boolean informing whether the given residue is a nucleic residue or not.
reference to residue
true if the given residue comes from nucleic acid, false otherwise
Returns boolean informing whether the chain is a protein chain or not.
reference to chain
true if the chain is a protein chain, false otherwise
Returns boolean informing whether the given residue is a protein residue or not.
reference to residue
true if the given residue comes from protein, false otherwise
Logs a text message that will be captured by Catana.
contents of the message
Assembles rotation matrix of given parameters.
amount of rotation in degrees
4x4 transformation matrix
Assembles translation matrix of given parameters.
amount of translation
4x4 transformation matrix
Marks the component as disposable. The motivation to do this is to internally label selected components as disposable ones, i.e., only temporary, to be able to remove all of them at once making a single removeDisposables call.
target component's UUID, name, or object reference
Multiplies two (4x4) matrices.
first matrix
second matrix
matrix corresponding to {@link m1}*{@link m2}
Multiplies vector by the given matrix.
input matrix
input vector
vector equal to matrix*{@link vector}
Multiplies vector by a scalar.
vector
scalar
vector equal to {@link a}*{@link v1}
Returns normalized copy of the given vector.
input vector
normalized input vector
Removes all components from the stage.
Removes given component from the stage and clears its data.
target component's UUID, name, or object reference
Removes given annotation attached to the component
target component's UUID, name, or object reference
annotation to remove
Removes all annotations attached to a component.
target component's UUID, name, or object reference
Removes all visual representations from the component.
target component's UUID, name, or object reference
Removes all disposable components (i.e, those marked as disposable using markDisposable call).
Removes given shared variable, i.e., it will not exist anymore.
name of the variable to remove
true if the variable was removed successfully, false otherwise
Executes code of script with the given name.
full name (including scope if needed) of the script to execute
Sets new upper bound for the number of atoms that can be generated.
new maximum for the atom generation
Sets new background color for this scene.
hexadecimal string encoding the color
Sets new color scheme for the selected component's representation
target component's UUID, name, or object reference
name (or reference to) of the representation to modify
new color, resp. color scheme, to use
Sets new filter string for the selected component's representation
target component's UUID, name, or object reference
name (or reference to) of the representation to modify
new filter string
Sets new value to the shared variable (or creates this variable if it does not exist yet).
name of the variable to set
variable value
Sets the visibility of the provided component or representation.
object to set visibility for
true if the object should be visible now, false otherwise
Shows an alert window.
message to show
Shows a confirm dialog.
message to show to the user
true if the user confirmed the dialog (pressed OK), false otherwise
Shows a prompt enabling to gather user's textual input.
message to show to the user
value pre-filled in the input field
text inputted by the user
Returns vector (three-element array) equal to the subtraction of one vector from another.
first vector
second vector
vector equal to {@link v1}-v2
Returns length of the provided vector.
input vector
length of the vector
Generated using TypeDoc
Facade class exporting some of Catana's functionality in a more abstract/unified way in order to provide more convenient interface, e.g., for scripting functionality. In many cases, this class abstracts from the underlying all-atom and coarse-grained models and enables to return both types of data with the same function call.