Skip to content

Glycan API usage

Fatma Sena Arpinar edited this page Dec 2, 2025 · 8 revisions

GlyTouCan

For registering new glycans

GlyCosmos

Retrieve accession number (GlyTouCan ID) for a glycan (with WURCS sequence)

{ 
   "id" : <accession_number>,
   "wurcs" : <wurcs_sequence>,
   "message: <error_message>
}
  • Documentation is here.

Retrieve glycan with the given accession number (GlyTouCan ID)

Validation

{
  "m_sInputString" : <input_sequence>,
  "m_sStandardString" : <standard_sequence>,
  "m_mapTypeToReports" : { 
      "WARNING": [],
      "ERROR" : [
        {
          "strMessage: <message>,
          "exception" : {
              "m_strInput" : <input>,
              "m_strMessage" : <message>
           }
        }
      ]
   }
}
  • Documentation of the latest version is here
  • We are using the initial release version.
  • Need to update to the latest!

Get Image

GlycoNAVI

Retrieve accession number (GlyTouCan ID) for a glycan (with WURCS sequence)

{ 
   "GlyTouCan" : <accession_number>,
   "WURCS" : <wurcs_sequence>,
   "message: <error_message>
}

Projects(Classes) that use one/more of these APIs

Clone this wiki locally