c3p


Namec3p JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryCHEBI Classification Programs
upload_time2025-02-18 03:29:36
maintainerNone
docs_urlNone
authorChris Mungall
requires_python<4.0,>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # C3PO: CHEBI Classification Programs Ontology

Learning classification programs to categorize SMILES strings into [CHEBI](https://www.ebi.ac.uk/chebi/) classes.

![logo](docs/assets/c3p-small.png)

See [Slides](https://docs.google.com/presentation/d/1VJvRptWu6FhTTmZGM4X3ymbxn9JwYPWDUp9djfMfDao/edit#slide=id.p)

## Usage

```bash
pip install c3p
c3p -x "CC1=CC=C(C=C1)C1=C(C#N)C2=NC3=CC=CC=C3N2C(N)=C1C#N"
```

## Learning Programs

All code in Notebook

Example [generated programs](c3p/programs/)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "c3p",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Chris Mungall",
    "author_email": "cjm@berkeleybop.org",
    "download_url": "https://files.pythonhosted.org/packages/6b/aa/f601c22c6e7d4b80151b9cf0926448995eca9c885af7d289339a9131e260/c3p-0.3.0.tar.gz",
    "platform": null,
    "description": "# C3PO: CHEBI Classification Programs Ontology\n\nLearning classification programs to categorize SMILES strings into [CHEBI](https://www.ebi.ac.uk/chebi/) classes.\n\n![logo](docs/assets/c3p-small.png)\n\nSee [Slides](https://docs.google.com/presentation/d/1VJvRptWu6FhTTmZGM4X3ymbxn9JwYPWDUp9djfMfDao/edit#slide=id.p)\n\n## Usage\n\n```bash\npip install c3p\nc3p -x \"CC1=CC=C(C=C1)C1=C(C#N)C2=NC3=CC=CC=C3N2C(N)=C1C#N\"\n```\n\n## Learning Programs\n\nAll code in Notebook\n\nExample [generated programs](c3p/programs/)\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "CHEBI Classification Programs",
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ce94ed596275627ae462e5f53f0e25300504df79f0000ac747ec368eef8ecc9c",
                "md5": "8e194fe8d5113f2effeffe854772e3eb",
                "sha256": "8226827550775b6220a39fb10f5036ac1d670472ef6b91487ce6ea429f3b7f03"
            },
            "downloads": -1,
            "filename": "c3p-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e194fe8d5113f2effeffe854772e3eb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 2086832,
            "upload_time": "2025-02-18T03:29:33",
            "upload_time_iso_8601": "2025-02-18T03:29:33.904274Z",
            "url": "https://files.pythonhosted.org/packages/ce/94/ed596275627ae462e5f53f0e25300504df79f0000ac747ec368eef8ecc9c/c3p-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6baaf601c22c6e7d4b80151b9cf0926448995eca9c885af7d289339a9131e260",
                "md5": "cebf8f30315c9661bd9c522d885a3119",
                "sha256": "3d297ab9f4346314d2d802c6f514bb06e42cdb437bb2175b5fef126c0e8798ac"
            },
            "downloads": -1,
            "filename": "c3p-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "cebf8f30315c9661bd9c522d885a3119",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 1800396,
            "upload_time": "2025-02-18T03:29:36",
            "upload_time_iso_8601": "2025-02-18T03:29:36.777402Z",
            "url": "https://files.pythonhosted.org/packages/6b/aa/f601c22c6e7d4b80151b9cf0926448995eca9c885af7d289339a9131e260/c3p-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-18 03:29:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "c3p"
}
        
Elapsed time: 0.75704s