Sails::Sugar
struct Sails::Sugar
Represents a sugar molecule.
The Sugar struct stores information about a sugar molecule. It includes the type of atom, the sequence ID, and the glycosite of the sugar molecule.
Parameters
atomThe type of atom in the sugar molecule.seqIdThe sequence ID of the sugar molecule.siteThe glycosite of the sugar molecule.
Summary
Members | Descriptions |
|---|---|
| |
| |
| |
| |
| |
| |
|
Members
public std::stringatom
public intseqId
publicGlycositesite
public intdepth
public std::vector<Linkage>linkages
public inlineSugar(constSugar& sugar)
public inlineSugar(const std::string & atom, int seqId,Glycosite& site)
public inlineSugar(const std::string & atom, int seqId,Glycosite& site, int depth)
public inline booloperator<(constSugar& rhs) const
public inline booloperator==(constSugar& other) const
public inlineLinkage*find_linkage(constSugar* sugar1, constSugar* sugar2)
Last modified: 23 November 2024