Skip to main content

Crate rsomics_dssp

Crate rsomics_dssp 

Source

Re-exports§

pub use dssp::assign;
pub use pdb::Residue;

Modules§

dssp
geom
pdb

Structs§

Assignment
A residue’s secondary-structure assignment alongside its identity.

Enums§

Format
Output styles for the per-residue assignment table.

Functions§

assign_from_path
Parse a PDB (file path or - for stdin), assign secondary structure, and return one Assignment per protein residue.
assign_from_reader
Assign from already-parsed residues (used by callers that hold their own reader).
write_output