Molecular modelers often face the challenge of identifying or specifying secondary structures in biomolecular residues. Whether you’re working on simulations or analyzing structural features, distinguishing alpha helices, beta strands, or unstructured regions is crucial for understanding molecular functions. This blog post explores how SAMSON’s Node Specification Language (NSL) simplifies this process with residue secondary structure identification.
What Are Residue Secondary Structures?
Residue secondary structures represent the localized folding patterns within a protein or nucleic acid chain. Common patterns include:
- Alpha helices: Spiral-like structures characterized by hydrogen bonds between backbone elements.
- Beta strands: Form the basic units of beta sheets, stabilized by hydrogen bonds between chains.
- Unstructured regions: Loops or irregularly folded sections with no dominant hydrogen-bonding pattern.
How SAMSON’s NSL Helps
SAMSON’s NSL provides the residue.secondaryStructure attribute (or its short form: r.ss) to match residues with specific secondary structures. With a simple syntax and intuitive design, you can easily query or filter residues based on their conformations.
Available Values
NSL supports the following secondary structure identifiers:
| Structure | Aliases | Meaning |
|---|---|---|
alpha |
a, helix, h |
Residues in alpha helices |
beta |
b, strand, s |
Residues in beta strands |
unstructured |
u, loop, l |
Residues in loops or unstructured regions |
Example Queries
Here are some common scenarios where NSL’s residue secondary structure functionality could be applied:
residue.secondaryStructure helix(short version:r.ss h): This matches residues in alpha helices. A quick and effective way to isolate spiral-forming sections.residue.secondaryStructure alpha, beta(short version:r.ss a, b): A more complex query that matches residues in both alpha helices and beta strands, leaving out unstructured regions like loops.
Why It Matters
Understanding secondary structures is essential for tasks such as:
- Predicting protein folding and function
- Designing experiments to probe specific regions
- Creating structural models for new molecules based on existing data
By leveraging SAMSON’s Residue NSL feature, you save time while achieving greater precision in your analyses.
Learn More
For more details about residue attributes in SAMSON’s Node Specification Language, visit the official documentation page.
SAMSON and all SAMSON Extensions are free for non-commercial use. Download SAMSON at https://www.samson-connect.net.
