Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DnaFactory

Class serving for the creation of coarse-grained DNA structures

Hierarchy

  • DnaFactory

Index

Constructors

constructor

Properties

Private _dnaForm

_dnaForm: DnaForm

Private _ntSequence

Accessors

dnaForm

sequenceProvider

Methods

buildComplementaryHelix

  • Builds complementary strand for the given single strand.

    Parameters

    Returns CgNucleicAcidStrand

    new DNA single strand complementary to the provided one (both in sequence and position). The "pair" information is assigned by the function but it is up to the caller to add this new single strand to the corresponding structure.

buildComplementaryNucleotide

buildDsDnaBetweenPoints

buildHelix

  • Builds a DNA helix of given length and directionality. The calling function must decide if the returing strand is supposed to be appended to an existing structure or serve as a basis for new separate structure/component.

    Parameters

    • numOfNucleotides: number

      length of the created strand

    • helicalAxisStart: Vector3

      positon where the strand should start

    • helicalAxisDirection: Vector3

      direction of the strand's helical axis

    • Optional initialHydrFaceDir: Vector3

      hydrogen face direction of the first nucleotide of the strand

    • Optional overrideSequenceProvider: NucleicAcidSequenceProvider

      sequence provider to use instead of the default DNAFactory's one

    Returns CgNucleicAcidStrand | null

    new DNA single strand

buildHelixFromCreator

buildHelixFromSequence

buildNucleotideFromParameters

  • Creates new nucleotide having the given parameters.

    Parameters

    • helicalAxisOrigin: Vector3

      origin of the helical axis (location of the nucleotide)

    • baseNormal: Vector3

      normal of the nucleobase's plane

    • originToC1: Vector3

      direction of the origin - C1' atom vector (similar to hydrogen face direction)

    • nbType: NucleobaseType

      nucleobase type

    • parentStrand: CgNucleicAcidStrand

      parent strand of the new nucleotide

    • endToExtend: NucleicAcidStrandEnd

      to which end to insert the new nucleotide

    • Optional globalId: undefined | number

      global ID of the new nucleotide

    Returns CgNucleotideProxy

    proxy referencing the newly created nucleotide

extendDoubleHelix

  • Extends given double helix if any exists. If not, the provided single strand will be extended.

    Parameters

    • primaryStrand: CgNucleicAcidStrand

      strand to be extended (one of the double helice's strands)

    • primaryStrandEndToExtend: NucleicAcidStrandEnd

      where to perform the extension w.r.t provided primary strand

    • numOfNucleotides: number

      length of the extension

    • Optional direction: Vector3

      direction of the extension (if not provided, helical axis direction is used)

    • Optional overrideSequenceProvider: NucleicAcidSequenceProvider

      custom sequence provider for the extended part

    Returns [CgNucleicAcidStrand, CgNucleicAcidStrand | undefined]

    array of up to two single single strand. First element is the extended primary strand, second is reference to extended complementary strand (if any exists).

extendHelix

Private generateNucleotidesFromTemplate

Generated using TypeDoc