biotranslator


Namebiotranslator JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/ywzhao2002/biotranslator
SummaryBioTranslator: Cross-modal Translation for Zero-shot Biomedical Classification
upload_time2023-04-27 14:52:03
maintainer
docs_urlNone
authorHanwen Xu, Yunwei Zhao, Addie Woicik, Hoifung Poon, Russ B.Altman, Sheng Wang
requires_python
licenseMIT Licence
keywords pip biotranslator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Stars](https://img.shields.io/github/stars/ywzhao2002/biotranslator?logo=GitHub&color=yellow)](https://github.com/HanwenXuTHU/BioTranslatorProject)
[![PyPI](https://img.shields.io/pypi/v/biotranslator?logo=PyPI)](https://pypi.org/project/biotranslator/)
[![PyPIDownload](https://static.pepy.tech/badge/biotranslator)](https://pepy.tech/project/biotranslator)
[![Doc](https://readthedocs.org/projects/biotranslator/badge/?version=latest)](https://biotranslator.readthedocs.io/en/latest/index.html)


# BioTranslator API

BioTranslator is a cross-modal translator which can annotate biology instances only using user-written texts.
The codes here can reproduce the main results in BioTranslator paper, including zero-shot protein function prediction, zero-shot cell type prediction, and predict the nodes and edges of a gene pathway.
BioTranslator takes a user-written textual description of the new discovery and then translates this description to a non-text biological data instance. Our tool frees scientists from limiting their analysis within predefined controlled vocabularies, thus accelerating new biomedical discoveries.

[documentation]: https://biotranslator.readthedocs.io

For more information, feel free to visit the project's main repository [here](https://github.com/HanwenXuTHU/BioTranslatorProject).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ywzhao2002/biotranslator",
    "name": "biotranslator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "Hanwen Xu <xuhw@cs.washington.edu>, Yunwei Zhao <yzhao4@cs.washington.edu>",
    "keywords": "pip,BioTranslator",
    "author": "Hanwen Xu, Yunwei Zhao, Addie Woicik, Hoifung Poon, Russ B.Altman, Sheng Wang",
    "author_email": "swang91@uw.edu",
    "download_url": "https://files.pythonhosted.org/packages/d8/29/edba8bc5db2b5d90e733496643bd3c25594cc09e04322aa43901e2efb6c1/biotranslator-0.1.2.tar.gz",
    "platform": "any",
    "description": "[![Stars](https://img.shields.io/github/stars/ywzhao2002/biotranslator?logo=GitHub&color=yellow)](https://github.com/HanwenXuTHU/BioTranslatorProject)\n[![PyPI](https://img.shields.io/pypi/v/biotranslator?logo=PyPI)](https://pypi.org/project/biotranslator/)\n[![PyPIDownload](https://static.pepy.tech/badge/biotranslator)](https://pepy.tech/project/biotranslator)\n[![Doc](https://readthedocs.org/projects/biotranslator/badge/?version=latest)](https://biotranslator.readthedocs.io/en/latest/index.html)\n\n\n# BioTranslator API\n\nBioTranslator is a cross-modal translator which can annotate biology instances only using user-written texts.\nThe codes here can reproduce the main results in BioTranslator paper, including zero-shot protein function prediction, zero-shot cell type prediction, and predict the nodes and edges of a gene pathway.\nBioTranslator takes a user-written textual description of the new discovery and then translates this description to a non-text biological data instance. Our tool frees scientists from limiting their analysis within predefined controlled vocabularies, thus accelerating new biomedical discoveries.\n\n[documentation]: https://biotranslator.readthedocs.io\n\nFor more information, feel free to visit the project's main repository [here](https://github.com/HanwenXuTHU/BioTranslatorProject).\n",
    "bugtrack_url": null,
    "license": "MIT Licence",
    "summary": "BioTranslator: Cross-modal Translation for Zero-shot Biomedical Classification",
    "version": "0.1.2",
    "split_keywords": [
        "pip",
        "biotranslator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d829edba8bc5db2b5d90e733496643bd3c25594cc09e04322aa43901e2efb6c1",
                "md5": "9c6ec77458281cd095fa49ad3c9bdb3b",
                "sha256": "c20e5a07d7d19ff100d7ed3f03142918b85236105a5916fc5459012dbb11f1cd"
            },
            "downloads": -1,
            "filename": "biotranslator-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9c6ec77458281cd095fa49ad3c9bdb3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32768,
            "upload_time": "2023-04-27T14:52:03",
            "upload_time_iso_8601": "2023-04-27T14:52:03.669214Z",
            "url": "https://files.pythonhosted.org/packages/d8/29/edba8bc5db2b5d90e733496643bd3c25594cc09e04322aa43901e2efb6c1/biotranslator-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-27 14:52:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "ywzhao2002",
    "github_project": "biotranslator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "biotranslator"
}
        
Elapsed time: 0.25127s