glygener / glygen-issues

Repository for public GlyGen tickets
GNU General Public License v3.0
0 stars 0 forks source link

Add tissue and cell line name to glycan expression section #721

Closed kmartinez834 closed 1 year ago

kmartinez834 commented 1 year ago

Currently:

https://tst.glygen.org/glycan/G57321FI#Expression image image

Add tissue and cell line names to be consistent with protein expression:

https://api.tst.glygen.org/glycan/detail/G57321FI

"tissue": {
                "name": "urine",
                "namespace": "UBERON",
                "id": "0001088",
                "url": "http://purl.obolibrary.org/obo/UBERON_0001088"
            },

"cell_line": {
                "name": "AGS",
                "namespace": "CVCL",
                "id": "0139",
                "url": "https://web.expasy.org/cellosaurus/CVCL_0139"

Example: image

sujeetvkulkarni commented 1 year ago

a57fcb495a0c270f5c444b5b3c48bdc4e7998bd9

sujeetvkulkarni commented 1 year ago

Fixed but little slow because of - https://github.com/glygener/glygen-issues/issues/727.

can verify with https://beta.glygen.org/glycan/G17689DH#Expression

kmartinez834 commented 1 year ago

Looks good