| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__package__ = None
|
|||
|
|||
chain_gws_string( (Pose)pose, (int)chain_id) -> str :
Return a GWS-formatted string for the given carbohydrate chain, including branches.
C++ signature :
std::string chain_gws_string(core::pose::Pose,unsigned long)
|
dump_gws( (Pose)pose, (str)filename) -> None :
Write the GlycoWorkbench structure file for all carbohydrate chains of the given pose to <filename>.
C++ signature :
void dump_gws(core::pose::Pose,std::string)
|
dump_gws_chain( (Pose)pose, (int)chain_id, (str)filename) -> None :
Write the GlycoWorkbench structure file for the given pose chain to <filename>.
C++ signature :
void dump_gws_chain(core::pose::Pose,unsigned long,std::string)
|
residue_gws_string( (Pose)pose, (int)seqpos) -> str :
Return a GWS-formatted string for the given carbohydrate residue.
C++ signature :
std::string residue_gws_string(core::pose::Pose,unsigned long)
|
residue_range_gws_string( (Pose)pose, (int)begin, (int)end) -> str :
Return a GWS-formatted string for each carbohydrate residue in the given sequence range, including branches.
C++ signature :
std::string residue_range_gws_string(core::pose::Pose,unsigned long,unsigned long)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:10:49 2015 | http://epydoc.sourceforge.net |