Sails 0.2.0 Help

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

  • atom The type of atom in the sugar molecule.

  • seqId The sequence ID of the sugar molecule.

  • site The glycosite of the sugar molecule.

Summary

Members

Descriptions

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)

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: 08 August 2024