create heparan sulfate using pyrosetta

Member Site Forums PyRosetta PyRosetta – Scripts create heparan sulfate using pyrosetta

  • This topic has 2 replies, 2 voices, and was last updated 6 years ago by Anonymous.
Viewing 1 reply thread
  • Author
    Posts
    • #3059
      Anonymous

        Hi,

        Would anyone know how to create a glycosaminoglycan (heparan sulfate, chondroitin sulfate, hyaluronic acid) using pyrosetta?

        Many thanks,

        Tarsis

      • #14542
        Anonymous

          You should be able to import the function core.pose.pose_from_saccharide_sequence and use, for example:

          pose = pose_from_saccharide_sequence( “b-D-GlcpNS6S-(1->4)-b-L-GulpA-(1->4)-b-D-GlcpNS6S-(1->4)-b-L-GulpA” )

          If you have any issues, e-mail me directly at JWLabonte@jhu.edu.

          I should also note that Rosetta is not very good at handling the electrostatics of sulfates, though.

          • #14543
            Anonymous

              Perfect many thanks.

        Viewing 1 reply thread
        • You must be logged in to reply to this topic.