cycleenrichr


Namecycleenrichr JSON
Version 0.0.8 PyPI version JSON
download
home_pagehttps://github.com/maayanlab/cycleenrichr
SummaryCycleenrichr uses PrismEXP predictions to calculate enrichment of gene sets that do not have gene annotations.
upload_time2024-03-29 02:55:40
maintainerNone
docs_urlNone
authorAlexander Lachmann
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ### Cycle Enrichr

Enrichment of gene sets with no gene annotations leveraging ARCHS4 and PrismExp gene function prediction.


## Usage

#### Installation
```
pip3 install cycleenrichr
```
#### Download Prediction File
```python
# download precomputed predictions file from PrismExp

import cycleenrichr as cycle
cycle.load.download("predictions.h5")
```

### Run Set Enrichment for Gene Set Library

```python
import cycleenrichr as cycle

# load gene set libary from Enrichr
library = cycle.enrichr.get_library("KEGG_2021_Human")

predictions_path = "predictions.h5"

result = cycle.enrichment.enrich(library, predictions_path)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maayanlab/cycleenrichr",
    "name": "cycleenrichr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Alexander Lachmann",
    "author_email": "alexander.lachmann@mssm.edu",
    "download_url": "https://files.pythonhosted.org/packages/2a/79/9d01a0132a92548b044e680fda7ca09e1e8567a222be1e77eaddc4b5f96f/cycleenrichr-0.0.8.tar.gz",
    "platform": null,
    "description": "### Cycle Enrichr\n\nEnrichment of gene sets with no gene annotations leveraging ARCHS4 and PrismExp gene function prediction.\n\n\n## Usage\n\n#### Installation\n```\npip3 install cycleenrichr\n```\n#### Download Prediction File\n```python\n# download precomputed predictions file from PrismExp\n\nimport cycleenrichr as cycle\ncycle.load.download(\"predictions.h5\")\n```\n\n### Run Set Enrichment for Gene Set Library\n\n```python\nimport cycleenrichr as cycle\n\n# load gene set libary from Enrichr\nlibrary = cycle.enrichr.get_library(\"KEGG_2021_Human\")\n\npredictions_path = \"predictions.h5\"\n\nresult = cycle.enrichment.enrich(library, predictions_path)\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Cycleenrichr uses PrismEXP predictions to calculate enrichment of gene sets that do not have gene annotations.",
    "version": "0.0.8",
    "project_urls": {
        "Homepage": "https://github.com/maayanlab/cycleenrichr"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a799d01a0132a92548b044e680fda7ca09e1e8567a222be1e77eaddc4b5f96f",
                "md5": "e6815db78455bc79bf68add08f495dfe",
                "sha256": "e9320b8b4b7b92ae3f1905888e154b5b99c320ed56420c8b195eb0fc6b1678a3"
            },
            "downloads": -1,
            "filename": "cycleenrichr-0.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "e6815db78455bc79bf68add08f495dfe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8395,
            "upload_time": "2024-03-29T02:55:40",
            "upload_time_iso_8601": "2024-03-29T02:55:40.980530Z",
            "url": "https://files.pythonhosted.org/packages/2a/79/9d01a0132a92548b044e680fda7ca09e1e8567a222be1e77eaddc4b5f96f/cycleenrichr-0.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 02:55:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maayanlab",
    "github_project": "cycleenrichr",
    "github_not_found": true,
    "lcname": "cycleenrichr"
}
        
Elapsed time: 0.21167s