Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProteinFactory

Class serving for creation of coarse-grained proteins

Hierarchy

  • ProteinFactory

Index

Constructors

constructor

Properties

Private _aaToHelixPref

_aaToHelixPref: Map<AminoAcidType, number>

Private _aaToSheetPref

_aaToSheetPref: Map<AminoAcidType, number>

Methods

Private appendAsHelix

Private appendAsSheet

buildPeptide

  • Builds coarse-grained peptide at the desired location in space

    Parameters

    • startPosition: Vector3

      starting position of the peptide chain

    • initialDirection: Vector3

      initial direction in which the peptide should start

    • sequence: AminoAcidType[]

      sequence of the peptide

    Returns CgAminoAcidChain | null

    coarse-grained amino acid chain with the given sequence

buildPeptideFromSequence

Private getAaToHelixMap

Private getAaToSheetMap

Private shouldFormHelix

Generated using TypeDoc