Glycan database include sugar connect with 3 child sugar?
Opened this issue · 4 comments
lonelu commented
I guess glycan represented as a binary tree string format in pGlyco such as: (N(N(H(H)(H(H(H)))))). No sugar is connected to more than 2 child sugars. Does the glycan database include something not binary like this (https://glytoucan.org/Structures/Glycans/G40806JH)?
abondt commented
I would guess based on what I understand from the user guide page 24 (http://pfind.ict.ac.cn/software/pGlyco/pGlyco2.1.2%20User%20Guide.pdf) that it will be something like:
(F(N(N(H(H(H)(H))(N)(H(N(H)))))))
jalew188 commented
Yes, bisecting HexNAc is in our glycan database.
jalew188 commented
For example, (N(N(H(N)(H(N)(N))(H(N(H)))))).
lonelu commented