Type aliases
AMINO_ACID_1LETTER_CODE
AMINO_ACID_1LETTER_CODE: keyof object
AMINO_ACID_3LETTER_CODE
AMINO_ACID_3LETTER_CODE: keyof object
AMINO_ACID_CODON
AMINO_ACID_CODON: keyof object
AMINO_ACID_FULL_NAME
AMINO_ACID_FULL_NAME: keyof object
BIOBLOCKS_CSS_STYLE
BIOBLOCKS_
CSS_STYLE: Omit<CSSProperties, "height" | "width">
BioblocksHookCallback
BioblocksHookCallback<T>: function
Type parameters
BioblocksRangeSliderCallback
BioblocksRangeSliderCallback: function
BioblocksRangeSliderProps
Bioblocks
RangeSliderProps: object & Partial<Omit<RangeProps, "style">>
BioblocksSliderCallback
BioblocksSliderCallback: function
BioblocksSliderProps
Bioblocks
SliderProps: object & Partial<Omit<SliderProps, "style">>
CELL_TYPE
CELL_TYPE: number
CONFIG_ACCORDION_INDEX
CONFIG_ACCORDION_INDEX: string | number
CONTACT_MAP_CB_RESULT_TYPE
ContactMapCallback
ContactMapCallback: function
ContactMapComponentState
ContactMapComponentState: Readonly<object>
ContactMapContainerState
ContactMapContainerState: object
Type declaration
-
linearDistFilter: number
-
minimumProbability: number
-
minimumScore: number
-
numPredictionsToShow: number
-
-
rankFilter: number[]
DISTANCE_FN_TYPE
DISTANCE_FN_TYPE: function
Type declaration
-
- (arg1: number[], arg2: number[]): number
-
Parameters
-
arg1: number[]
-
arg2: number[]
Returns number
FieldTypes
FieldTypes: "boolean" | "object" | "function" | "number" | "string" | "symbol" | "undefined"
IContainerReducerState
IContainerReducerState<T>: Set<T>
Type parameters
IDataReducerState
IDataReducerState<T>: T
Type parameters
IObjectReducerState
IObjectReducerState<T>: Map<string, T>
Type parameters
IUMAPTranscriptionalContainerProps
IUMAPVisualizationState
IUMAPVisualizationState: object & object
IValueReducerState
IValueReducerState<T>: T
Type parameters
NGLComponentState
NGLComponentState: Readonly<object>
NGL_HOVER_CB_RESULT_TYPE
NGL_HOVER_CB_RESULT_TYPE: number
Omit
Omit<T, K>: Pick<T, Exclude<keyof T, K>>
Type parameters
PLOTLY_DATA_RECORD
PLOTLY_
DATA_RECORD: Record<string, Partial<IPlotlyData>>
PartialExcept
Type parameters
REQUIRED_BIOBLOCKS_PLOTLY_DATA
REQUIRED_
BIOBLOCKS_PLOTLY_DATA: Required<Pick<IPlotlyData, "connectgaps" | "hoverinfo" | "line" | "marker" | "mode" | "name" | "showlegend" | "type" | "x" | "y">>
RESIDUE_TYPE
RESIDUE_TYPE: number
RecursivePartial
RecursivePartial<T>: object
Type parameters
RecursiveRequired
RecursiveRequired<T>: object
Type parameters
ReducerRegistryListener
ReducerRegistryListener: function
RootState
RootState: StateType<object>
SECONDARY_STRUCTURE_KEYS
SECONDARY_STRUCTURE_KEYS: keyof SECONDARY_STRUCTURE_CODES
SECONDARY_STRUCTURE_SECTION
SPECIES_TYPE
SPECIES_TYPE: "anolis_carolinensis" | "arabidopsis_thaliana" | "bos_taurus" | "brachypodium_distachyon" | "gallus_gallus" | "homo_sapiens" | "hordeum_vulgare" | "macaca_mulatta" | "monodelphis_domestica" | "mus_musculus" | "oryza_sativa" | "papio_anubis" | "rattus_norvegicus" | "solanum_lycopersicum" | "solanum_tuberosum" | "sorghum_bicolor" | "tetraodon_nigroviridis" | "triticum_aestivum" | "xenopus_tropicalis" | "zea_mays"
SUPERPOSITION_STATUS_TYPE
SUPERPOSITION_STATUS_TYPE: "NONE" | "PREDICTED" | "EXPERIMENTAL" | "BOTH"
T_SNE_DATA_TYPE
T_SNE_DATA_TYPE: number[][]
VIZ_EVENT_DATA_TYPE
VIZ_EVENT_DATA_TYPE<T>: T extends SPRING ? ISpringEventData : T extends VIZ_TYPE.UMAP_SEQUENCE ? IUMapEventData : Record<string, any>
Type parameters
VIZ_PROPS_DATA_TYPE
VIZ_PROPS_DATA_TYPE<T>: T extends SPRING ? ISpringContainerProps : T extends VIZ_TYPE.UMAP_SEQUENCE ? IUMAPSequenceContainerProps : T extends VIZ_TYPE.UMAP_TRANSCRIPTION ? IUMAPTranscriptionalContainerProps : T extends NGL ? INGLContainerProps : T extends CONTACT_MAP ? IContactMapContainerProps : T extends VIZ_TYPE.T_SNE ? ITensorContainerProps : T extends ANATOMOGRAM ? IAnatomogramContainerProps : Record<string, any>
Type parameters
Variables
Const AnatomogramContainer
AnatomogramContainer: (Anonymous function) = connectWithBBStore(mapStateToProps, mapDispatchToProps, AnatomogramContainerClass)
Const BBStore
BBStore: Store<object & Object, AnyAction> & object = configureStore()
Const ContactMapContainer
ContactMapContainer: (Anonymous function) = connectWithBBStore(mapStateToProps, mapDispatchToProps, ContactMapContainerClass)
Const EVFOLD_EXPECTED_HEADERS
EVFOLD_EXPECTED_HEADERS: string[] = [UNI_PROT_RESNO_HEADER, UNI_PROT_RESNAME_HEADER, PDB_RESNO_HEADER, PDB_RESNAME_HEADER]
Const EVSERVER_EXPECTED_HEADERS
EVSERVER_EXPECTED_HEADERS: string[] = [EV_SERVER_COUPLING_HEADER,EV_SERVER_STRUCTURE_HEADER,EV_SERVER_STRUCTURE_CODE_HEADER,]
Const EV_SERVER_COUPLING_HEADER
EV_SERVER_COUPLING_HEADER: "id" = "id"
Const EV_SERVER_STRUCTURE_CODE_HEADER
EV_SERVER_STRUCTURE_CODE_HEADER: "one_letter_code" = "one_letter_code"
Const EV_SERVER_STRUCTURE_HEADER
EV_SERVER_STRUCTURE_HEADER: "coord_id" = "coord_id"
Const InfoPanelContainer
InfoPanelContainer: (Anonymous function) = connectWithBBStore(mapStateToProps, undefined, InfoPanelContainerClass)
Const NGLContainer
NGLContainer: (Anonymous function) = connectWithBBStore(mapStateToProps, mapDispatchToProps, NGLContainerClass)
Const PDB_RESNAME_HEADER
PDB_RESNAME_HEADER: "pdb_residue" = "pdb_residue"
Const PDB_RESNO_HEADER
PDB_RESNO_HEADER: "pdb_index" = "pdb_index"
Const RESIDUE_PAIR_DATASET_NAME
RESIDUE_PAIR_DATASET_NAME: "residuePair" = "residuePair"
Const SpringContainer
SpringContainer: (Anonymous function) = connectWithBBStore(mapStateToProps, mapDispatchToProps, SpringContainerClass)
Const TensorTContainer
TensorTContainer: (Anonymous function) = connectWithBBStore(mapStateToProps, mapDispatchToProps, TensorTContainerClass)
Const UMAPSequenceContainer
UMAPSequenceContainer: (Anonymous function) = connectWithBBStore(mapStateToProps,mapDispatchToProps,UMAPSequenceContainerClass,)
Const UMAPTranscriptionalContainer
UMAPTranscriptionalContainer: (Anonymous function) = connectWithBBStore(mapStateToProps,mapDispatchToProps,UMAPTranscriptionalContainerClass,)
Const UNI_PROT_RESNAME_HEADER
UNI_PROT_RESNAME_HEADER: "up_residue" = "up_residue"
Const UNI_PROT_RESNO_HEADER
UNI_PROT_RESNO_HEADER: "up_index" = "up_index"
Const ambiguousDnaComplement
ambiguousDnaComplement: object = {A: 'T',B: 'V',C: 'G',D: 'H',G: 'C',H: 'D',K: 'M',M: 'K',N: 'N',R: 'Y',S: 'S',T: 'A',V: 'B',W: 'W',X: 'X',Y: 'R',} as const
Type declaration
-
A: "T"
-
B: "V"
-
C: "G"
-
D: "H"
-
G: "C"
-
H: "D"
-
K: "M"
-
M: "K"
-
N: "N"
-
R: "Y"
-
S: "S"
-
T: "A"
-
V: "B"
-
W: "W"
-
X: "X"
-
Y: "R"
Const ambiguousDnaLetters
ambiguousDnaLetters: "GATCRYWSMKHBVDN" = "GATCRYWSMKHBVDN"
Const ambiguousDnaValues
ambiguousDnaValues: object = {A: 'A',B: 'CGT',C: 'C',D: 'AGT',G: 'G',H: 'ACT',K: 'GT',M: 'AC',N: 'GATC',R: 'AG',S: 'CG',T: 'T',V: 'ACG',W: 'AT',X: 'GATC',Y: 'CT',} as const
Type declaration
-
A: "A"
-
B: "CGT"
-
C: "C"
-
D: "AGT"
-
G: "G"
-
H: "ACT"
-
K: "GT"
-
M: "AC"
-
N: "GATC"
-
R: "AG"
-
S: "CG"
-
T: "T"
-
V: "ACG"
-
W: "AT"
-
X: "GATC"
-
Y: "CT"
Const ambiguousRnaComplement
ambiguousRnaComplement: object = {A: 'U',B: 'V',C: 'G',D: 'H',G: 'C',H: 'D',K: 'M',M: 'K',N: 'N',R: 'Y',S: 'S',U: 'A',V: 'B',W: 'W',X: 'X',Y: 'R',} as const
Type declaration
-
A: "U"
-
B: "V"
-
C: "G"
-
D: "H"
-
G: "C"
-
H: "D"
-
K: "M"
-
M: "K"
-
N: "N"
-
R: "Y"
-
S: "S"
-
U: "A"
-
V: "B"
-
W: "W"
-
X: "X"
-
Y: "R"
Const ambiguousRnaLetters
ambiguousRnaLetters: "GAUCRYWSMKHBVDN" = "GAUCRYWSMKHBVDN"
Const ambiguousRnaValues
ambiguousRnaValues: object = {A: 'A',B: 'CGU',C: 'C',D: 'AGU',G: 'G',H: 'ACU',K: 'GU',M: 'AC',N: 'GAUC',R: 'AG',S: 'CG',U: 'U',V: 'ACG',W: 'AU',X: 'GAUC',Y: 'CU',} as const
Type declaration
-
A: "A"
-
B: "CGU"
-
C: "C"
-
D: "AGU"
-
G: "G"
-
H: "ACU"
-
K: "GU"
-
M: "AC"
-
N: "GAUC"
-
R: "AG"
-
S: "CG"
-
U: "U"
-
V: "ACG"
-
W: "AU"
-
X: "GAUC"
-
Y: "CU"
Const bioblocksFrame
bioblocksFrame: null | HTMLElement = document.getElementById('bioblocks-frame')
Const extendedDnaLetters
extendedDnaLetters: "GATCBDSW" = "GATCBDSW"
Const extendedProteinLetters
extendedProteinLetters: "ACDEFGHIKLMNPQRSTVWYBXZJUO" = "ACDEFGHIKLMNPQRSTVWYBXZJUO"
Const getCategories
getCategories: function & object = createSelector([getGraphData], graphData => {const nodes = graphData && graphData.nodes ? graphData.nodes : [];const categories = Set<string>(nodes.length >= 1 ? Object.keys(nodes[0].labelForCategory) : []);const labelsByCategory = new Map<string, Set<string>>();categories.forEach(category => {if (category) {const labels = Set<string>(Array.from(nodes.map(node => node.labelForCategory[category])));labelsByCategory.set(category, labels);}});return categories;})
Const getLabels
getLabels: function & object = createSelector([getGraphData], graphData => {const nodes = graphData && graphData.nodes ? graphData.nodes : [];const categories = Set<string>(nodes.length >= 1 ? Object.keys(nodes[0].labelForCategory) : []);let labels = Set<string>();categories.forEach(category => {if (category) {labels = labels.merge(Set<string>(Array.from(nodes.map(node => node.labelForCategory[category]))));}});return labels;})
Const middleWares
middleWares: Middleware[] = [thunk.default]
Const monoisotopicUnambiguousDnaWeights
monoisotopicUnambiguousDnaWeights: object = {A: 331.06817,C: 307.056936,G: 347.063084,T: 322.056602,} as const
Type declaration
-
A: 331.06817
-
C: 307.056936
-
G: 347.063084
-
T: 322.056602
Const monoisotopicUnambiguousRnaWeights
monoisotopicUnambiguousRnaWeights: object = {A: 347.063084,C: 323.051851,G: 363.057999,U: 324.035867,} as const
Type declaration
-
A: 347.063084
-
C: 323.051851
-
G: 363.057999
-
U: 324.035867
Const proteinLetters
proteinLetters: "ACDEFGHIKLMNPQRSTVWY" = "ACDEFGHIKLMNPQRSTVWY"
Const proteinLetters3to1
proteinLetters3to1: any = Object.assign({},...Object.entries(proteinLetters1to3).map(([a, b]) => ({ [b]: a })),)
Const proteinLetters3to1Extended
proteinLetters3to1Extended: any = Object.assign({},...Object.entries(proteinLetters1to3Extended).map(([a, b]) => ({ [b]: a })),)
Const reducer
reducer: function = combine(ReducerRegistry.getReducers())
Type declaration
-
- (state: S | undefined, action: A): S
-
Parameters
-
state: S | undefined
-
action: A
Returns S
Const standardDnaCodonTable
standard
DnaCodonTable: CodonTable = new CodonTable(1,'standard','SGC0',{AAA: 'K',AAC: 'N',AAG: 'K',AAT: 'N',ACA: 'T',ACC: 'T',ACG: 'T',ACT: 'T',AGA: 'R',AGC: 'S',AGG: 'R',AGT: 'S',ATA: 'I',ATC: 'I',ATG: 'M',ATT: 'I',CAA: 'Q',CAC: 'H',CAG: 'Q',CAT: 'H',CCA: 'P',CCC: 'P',CCG: 'P',CCT: 'P',CGA: 'R',CGC: 'R',CGG: 'R',CGT: 'R',CTA: 'L',CTC: 'L',CTG: 'L',CTT: 'L',GAA: 'E',GAC: 'D',GAG: 'E',GAT: 'D',GCA: 'A',GCC: 'A',GCG: 'A',GCT: 'A',GGA: 'G',GGC: 'G',GGG: 'G',GGT: 'G',GTA: 'V',GTC: 'V',GTG: 'V',GTT: 'V',TAC: 'Y',TAT: 'Y',TCA: 'S',TCC: 'S',TCG: 'S',TCT: 'S',TGC: 'C',TGG: 'W',TGT: 'C',TTA: 'L',TTC: 'F',TTG: 'L',TTT: 'F',},['TAA', 'TAG', 'TGA'],['TTG', 'CTG', 'ATG'],)
Const standardRnaCodonTable
standard
RnaCodonTable: CodonTable = CodonTable.rnaTableFromDNACodonTable(2, 'standard', 'SGC0', standardDnaCodonTable)
Const unambiguousDnaLetters
unambiguousDnaLetters: "GATC" = "GATC"
Const unambiguousDnaWeights
unambiguousDnaWeights: object = {A: 331.2218,C: 307.1971,G: 347.2212,T: 322.2085,} as const
Type declaration
-
A: 331.2218
-
C: 307.1971
-
G: 347.2212
-
T: 322.2085
Const unambiguousRnaLetters
unambiguousRnaLetters: "GAUC" = "GAUC"
Const unambiguousRnaWeights
unambiguousRnaWeights: object = {A: 347.2212,C: 323.1965,G: 363.2206,U: 324.1813,} as const
Type declaration
-
A: 347.2212
-
C: 323.1965
-
G: 363.2206
-
U: 324.1813
Function signature that is invoked on slider events.