Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NucleicAcidStructuresProvider

Class providing reference data/statistics for individiual nucleobase types

Hierarchy

  • NucleicAcidStructuresProvider

Index

Properties

Static Private _alignedNucleotides

_alignedNucleotides: NucleotideStructuresMap = new Map()

Static Private Readonly _dnaNucleobasesToLoad

_dnaNucleobasesToLoad: SpecificDnaNucleobaseType[] = [NucleobaseType.T, NucleobaseType.A, NucleobaseType.C, NucleobaseType.G // Order matters]

Static Private Readonly _naTypesLength

_naTypesLength: number = Object.keys(NucleicAcidType).length

Static Private _nbTypeForAny

_nbTypeForAny: NucleobaseType = NucleobaseType.C

If the user request a structure for undefined nucleobase type (which can thus bear any type), the value of this variable is retrieved.

Static Private Readonly _rnaNucleobasesToLoad

_rnaNucleobasesToLoad: SpecificRnaNucleobaseType[] = [NucleobaseType.A, NucleobaseType.U, NucleobaseType.C, NucleobaseType.G]

Accessors

Static nucleicAcidStructures

Methods

Static alignBasePairWithStdReferenceFrame

  • alignBasePairWithStdReferenceFrame(bpStructure: Structure): void
  • This function tries to align base pair structures according to the nucleotide standard reference frame as defined by Olson et al. in "A Standard Reference Frame for the Description of Nucleic Acid Base-pair Geometry" (2001) and 3DNA papers. However, there may be differences between this implementation and aforementioned sources.

    Parameters

    • bpStructure: Structure

      structure to be aligned

    Returns void

Static alignBaseWithUNFReferenceFrame

  • alignBaseWithUNFReferenceFrame(nbType: NucleobaseType, baseStructure: Structure, shiftFromOrigin?: boolean): void

Static Private getRefStructureData

Static loadStructures

Static Private processStructuresFiles

Generated using TypeDoc