Strings#
String forms in MolSysMT allow users to pass textual representations—ranging from PDB text buffers and chemical SMILES strings to database accession IDs and amino acid sequences—directly into API functions.
String Form |
Example Format / Content |
Target Interpretation |
|---|---|---|
|
Multi-line PDB formatted string |
Parsed directly as a complete PDB structure in memory. |
|
|
Fetches structure dynamically from the RCSB Protein Data Bank. |
|
|
Fetches protein sequence and metadata from UniProt. |
|
|
Fetches predicted 3D structure from the AlphaFold DB. |
|
|
Parsed into small molecule topology and conformers via RDKit/OpenFF. |
|
|
1-letter amino acid sequence parsed into peptide topology. |
|
|
3-letter amino acid sequence parsed into peptide topology. |