phenotype-cover


Namephenotype-cover JSON
Version 0.9 PyPI version JSON
download
home_pagehttps://github.com/euxhenh/phenotype-cover
Summaryphenotype_cover is a package for biomarker discovery using multiset multicover.
upload_time2023-07-18 13:52:48
maintainer
docs_urlNone
authorEuxhen Hasanaj
requires_python>=3.7
licenseMIT
keywords biomarker marker phenotype scrna-seq set cover multiset multicover
VCS
bugtrack_url
requirements numpy matplotlib scikit-learn multiset_multicover
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Implements the greedy and cross-entropy-method phenotype cover algorithms.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/euxhenh/phenotype-cover",
    "name": "phenotype-cover",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "biomarker,marker,phenotype,scRNA-seq,set,cover,multiset,multicover",
    "author": "Euxhen Hasanaj",
    "author_email": "ehasanaj@cs.cmu.edu",
    "download_url": "https://files.pythonhosted.org/packages/3f/b8/e7a4b686fd762d3d79ad388456f76ab2b7ce7eebfd7b3857bee84f80f050/phenotype_cover-0.9.tar.gz",
    "platform": "ALL",
    "description": "Implements the greedy and cross-entropy-method phenotype cover algorithms.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "phenotype_cover is a package for biomarker discovery using multiset multicover.",
    "version": "0.9",
    "project_urls": {
        "Homepage": "https://github.com/euxhenh/phenotype-cover"
    },
    "split_keywords": [
        "biomarker",
        "marker",
        "phenotype",
        "scrna-seq",
        "set",
        "cover",
        "multiset",
        "multicover"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fb8e7a4b686fd762d3d79ad388456f76ab2b7ce7eebfd7b3857bee84f80f050",
                "md5": "5e0e605b9aa73b3eb9dc29e3bcf7d867",
                "sha256": "e8057d823fca72182cf33147accb94c729f927f61c0074017d2c89f02062de10"
            },
            "downloads": -1,
            "filename": "phenotype_cover-0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "5e0e605b9aa73b3eb9dc29e3bcf7d867",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 12972,
            "upload_time": "2023-07-18T13:52:48",
            "upload_time_iso_8601": "2023-07-18T13:52:48.874439Z",
            "url": "https://files.pythonhosted.org/packages/3f/b8/e7a4b686fd762d3d79ad388456f76ab2b7ce7eebfd7b3857bee84f80f050/phenotype_cover-0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 13:52:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "euxhenh",
    "github_project": "phenotype-cover",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "multiset_multicover",
            "specs": []
        }
    ],
    "lcname": "phenotype-cover"
}
        
Elapsed time: 0.09091s