glypy


Nameglypy JSON
Version 1.0.12 PyPI version JSON
download
home_pagehttps://github.com/mobiusklein/glypy
SummaryA Glycoinformatics Toolkit
upload_time2023-08-19 02:52:30
maintainerJoshua Klein
docs_urlhttps://pythonhosted.org/glypy/
author
requires_python
license
keywords glycomics glycan carbohydrate glycoinformatics glypy n-linked o-linked glycosaminoglycan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            glypy Glycan Analysis and Glycoinformatics Library for Python
-------------------------------------------------------------

|https://img.shields.io/travis/mobiusklein/glypy.svg| |Documentation
Status|


Glycobiology is the study of the biological functions, properties, and
structures of carbohydrate biomolecules, also called *glycans*. These
large, tree-like molecules are complex, having a wide variety of
building blocks as well as modifications and substitutions on those
building blocks.

`glypy` is a Python library providing code for reading, writing, and
manipulating glycan structures, glycan compositions, monosaccharides, and
their substituents. It also includes interfaces to popular glycan structure
databases, `GlyTouCan <https://glytoucan.org/>`_ and `UnicarbKB <http://www.unicarbkb.org/>`_
using `SPARQL` queries and an RDF-object mapper.

Example Use Cases
~~~~~~~~~~~~~~~~~

1. Traverse structures using either canonical or residue-level rule
   ordering.
2. Operate on monosaccharide and substituents as nodes and bonds as
   edges.
3. Add, remove, and modify these structures to alter glycan properties.
4. Identify substructures and motifs, classifying glycans.
5. Evaluate structural similarities with one of several ordering and
   comparator methods.
6. Plot tree structures with MatPlotLib, rendering using a configurable
   symbol nomenclature, such as SNFG, CFG, or IUPAC. Layout using vector
   graphics for lossless scaling.
7. Calculate the mass of a native or derivatized glycan.
8. Generate glycosidic and cross ring cleavage fragments for a
   collection of glycan structures for performing MS/MS database search.
9. Perform substructure similarity searches with exact ordering or
   topological comparison and exact or fuzzy per-residue matching to
   classify a structure as an N-linked glycan.
10. Annotate MS spectra with glycan structures, labeling which peaks
    matched a database entry.
11. Download all N-Glycans from `GlyTouCan <https://glytoucan.org/>`__
12. Find all glycans in a list which contain a particular subtree, or
    find common subtrees in a database of glycans, performing treelet
    enrichment analysis.
13. Synthesize all possible glycans using a set of enzymes starting from
    a set of seed structures.

.. |https://img.shields.io/travis/mobiusklein/glypy.svg| image:: https://img.shields.io/travis/mobiusklein/glypy.svg
   :target: https://travis-ci.org/mobiusklein/glypy
.. |Documentation Status| image:: https://readthedocs.org/projects/glypy/badge/?version=latest
   :target: http://glypy.readthedocs.org/en/latest/?badge=latest


Citing
~~~~~~

If you use `glypy` in a publication please cite:

    Klein, J., & Zaia, J. (2019). glypy - An open source glycoinformatics library.
    Journal of Proteome Research.
    https://doi.org/10.1021/acs.jproteome.9b00367

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mobiusklein/glypy",
    "name": "glypy",
    "maintainer": "Joshua Klein",
    "docs_url": "https://pythonhosted.org/glypy/",
    "requires_python": "",
    "maintainer_email": "jaklein@bu.edu",
    "keywords": "glycomics glycan carbohydrate glycoinformatics glypy n-linked o-linked glycosaminoglycan",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/8b/50/99e58cf537c57a20047fe2e14956d12c2cd75c3b9a435ff9775f89b12ab2/glypy-1.0.12.tar.gz",
    "platform": null,
    "description": "glypy Glycan Analysis and Glycoinformatics Library for Python\n-------------------------------------------------------------\n\n|https://img.shields.io/travis/mobiusklein/glypy.svg| |Documentation\nStatus|\n\n\nGlycobiology is the study of the biological functions, properties, and\nstructures of carbohydrate biomolecules, also called *glycans*. These\nlarge, tree-like molecules are complex, having a wide variety of\nbuilding blocks as well as modifications and substitutions on those\nbuilding blocks.\n\n`glypy` is a Python library providing code for reading, writing, and\nmanipulating glycan structures, glycan compositions, monosaccharides, and\ntheir substituents. It also includes interfaces to popular glycan structure\ndatabases, `GlyTouCan <https://glytoucan.org/>`_ and `UnicarbKB <http://www.unicarbkb.org/>`_\nusing `SPARQL` queries and an RDF-object mapper.\n\nExample Use Cases\n~~~~~~~~~~~~~~~~~\n\n1. Traverse structures using either canonical or residue-level rule\n   ordering.\n2. Operate on monosaccharide and substituents as nodes and bonds as\n   edges.\n3. Add, remove, and modify these structures to alter glycan properties.\n4. Identify substructures and motifs, classifying glycans.\n5. Evaluate structural similarities with one of several ordering and\n   comparator methods.\n6. Plot tree structures with MatPlotLib, rendering using a configurable\n   symbol nomenclature, such as SNFG, CFG, or IUPAC. Layout using vector\n   graphics for lossless scaling.\n7. Calculate the mass of a native or derivatized glycan.\n8. Generate glycosidic and cross ring cleavage fragments for a\n   collection of glycan structures for performing MS/MS database search.\n9. Perform substructure similarity searches with exact ordering or\n   topological comparison and exact or fuzzy per-residue matching to\n   classify a structure as an N-linked glycan.\n10. Annotate MS spectra with glycan structures, labeling which peaks\n    matched a database entry.\n11. Download all N-Glycans from `GlyTouCan <https://glytoucan.org/>`__\n12. Find all glycans in a list which contain a particular subtree, or\n    find common subtrees in a database of glycans, performing treelet\n    enrichment analysis.\n13. Synthesize all possible glycans using a set of enzymes starting from\n    a set of seed structures.\n\n.. |https://img.shields.io/travis/mobiusklein/glypy.svg| image:: https://img.shields.io/travis/mobiusklein/glypy.svg\n   :target: https://travis-ci.org/mobiusklein/glypy\n.. |Documentation Status| image:: https://readthedocs.org/projects/glypy/badge/?version=latest\n   :target: http://glypy.readthedocs.org/en/latest/?badge=latest\n\n\nCiting\n~~~~~~\n\nIf you use `glypy` in a publication please cite:\n\n    Klein, J., & Zaia, J. (2019). glypy - An open source glycoinformatics library.\n    Journal of Proteome Research.\n    https://doi.org/10.1021/acs.jproteome.9b00367\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Glycoinformatics Toolkit",
    "version": "1.0.12",
    "project_urls": {
        "Documentation": "https://glypy.readthedocs.io/",
        "Homepage": "https://github.com/mobiusklein/glypy",
        "Repository": "https://github.com/mobiusklein/glypy"
    },
    "split_keywords": [
        "glycomics",
        "glycan",
        "carbohydrate",
        "glycoinformatics",
        "glypy",
        "n-linked",
        "o-linked",
        "glycosaminoglycan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22db86c55b1b22d502f89c50ed8ef21151ea134dfa684ba3984d142a44753766",
                "md5": "901c0a5355b256189781c2baf4ae6501",
                "sha256": "1003c2cf25a03ead27474873f627dbdda2556ce5f0afac36e3c44624efe409d3"
            },
            "downloads": -1,
            "filename": "glypy-1.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "901c0a5355b256189781c2baf4ae6501",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1872694,
            "upload_time": "2023-08-19T02:52:18",
            "upload_time_iso_8601": "2023-08-19T02:52:18.821059Z",
            "url": "https://files.pythonhosted.org/packages/22/db/86c55b1b22d502f89c50ed8ef21151ea134dfa684ba3984d142a44753766/glypy-1.0.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "98fbc89045ec4293c0aeaf3cf7c973512e0b8423f07b2667985cbc1d3abb6016",
                "md5": "c3f7da9fc1ac229cde1f6986f6a8127f",
                "sha256": "f291efcc2b74aa7d9375429974199be6053da8f9b482a8557b13486b35b9f376"
            },
            "downloads": -1,
            "filename": "glypy-1.0.12-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c3f7da9fc1ac229cde1f6986f6a8127f",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 1032424,
            "upload_time": "2023-08-19T02:52:21",
            "upload_time_iso_8601": "2023-08-19T02:52:21.180077Z",
            "url": "https://files.pythonhosted.org/packages/98/fb/c89045ec4293c0aeaf3cf7c973512e0b8423f07b2667985cbc1d3abb6016/glypy-1.0.12-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "78537bf71fab870b366f27bfd24f72918cb5829f344c88a35498aff2adb6b83b",
                "md5": "bf8384e6f2c283759a3a6e9818bdf386",
                "sha256": "67ce1ed7eb84ac67cdf9fd613f2b90b51fe186afbcb5a7ca7d095a015a437db7"
            },
            "downloads": -1,
            "filename": "glypy-1.0.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "bf8384e6f2c283759a3a6e9818bdf386",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1882580,
            "upload_time": "2023-08-19T02:52:23",
            "upload_time_iso_8601": "2023-08-19T02:52:23.096859Z",
            "url": "https://files.pythonhosted.org/packages/78/53/7bf71fab870b366f27bfd24f72918cb5829f344c88a35498aff2adb6b83b/glypy-1.0.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2eaee1c886af5f6b3f1e0edd152903a8893b7a4f6dbd8716c349eb47ebe0fab9",
                "md5": "78ff799d3198c9d45093c8a07faceca1",
                "sha256": "4aeaea1f170c6943299574ffd3da6bec74bc9a4ad9c5f18bb1a3a022f66f6911"
            },
            "downloads": -1,
            "filename": "glypy-1.0.12-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "78ff799d3198c9d45093c8a07faceca1",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 1033813,
            "upload_time": "2023-08-19T02:52:25",
            "upload_time_iso_8601": "2023-08-19T02:52:25.023270Z",
            "url": "https://files.pythonhosted.org/packages/2e/ae/e1c886af5f6b3f1e0edd152903a8893b7a4f6dbd8716c349eb47ebe0fab9/glypy-1.0.12-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e4f473f48bdc357a6df8d505523beb185c1975c4a2a1e2e0a03c24040ab5973",
                "md5": "ef7a8ff8a19f04bc6c064df79ab6df45",
                "sha256": "c42a3402f1ae54697103a7801626879d0d488c48cd82bcf360a2e8251decf187"
            },
            "downloads": -1,
            "filename": "glypy-1.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ef7a8ff8a19f04bc6c064df79ab6df45",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1877950,
            "upload_time": "2023-08-19T02:52:26",
            "upload_time_iso_8601": "2023-08-19T02:52:26.922003Z",
            "url": "https://files.pythonhosted.org/packages/5e/4f/473f48bdc357a6df8d505523beb185c1975c4a2a1e2e0a03c24040ab5973/glypy-1.0.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc3d895baa33124a5acd1c7a74baf9d41b2ae084f8ecf20f4059d7121e423db0",
                "md5": "c276e52a8e2298bddfe9358a099e09bb",
                "sha256": "17ef3a4f8399a3a2f43a12881b2062421d06f2b5a10366f937eb58e0197e72d2"
            },
            "downloads": -1,
            "filename": "glypy-1.0.12-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c276e52a8e2298bddfe9358a099e09bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 1033362,
            "upload_time": "2023-08-19T02:52:28",
            "upload_time_iso_8601": "2023-08-19T02:52:28.889377Z",
            "url": "https://files.pythonhosted.org/packages/bc/3d/895baa33124a5acd1c7a74baf9d41b2ae084f8ecf20f4059d7121e423db0/glypy-1.0.12-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b5099e58cf537c57a20047fe2e14956d12c2cd75c3b9a435ff9775f89b12ab2",
                "md5": "4f9fac0bbd24cd483a72f500ae77cc3b",
                "sha256": "8923728018c8a0ff439c90b33bb019da8d0fad112744617cd337c35f277ffa0b"
            },
            "downloads": -1,
            "filename": "glypy-1.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "4f9fac0bbd24cd483a72f500ae77cc3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 849128,
            "upload_time": "2023-08-19T02:52:30",
            "upload_time_iso_8601": "2023-08-19T02:52:30.158405Z",
            "url": "https://files.pythonhosted.org/packages/8b/50/99e58cf537c57a20047fe2e14956d12c2cd75c3b9a435ff9775f89b12ab2/glypy-1.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-19 02:52:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mobiusklein",
    "github_project": "glypy",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "glypy"
}
        
Elapsed time: 0.15953s