cellograph


Namecellograph JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/jashahir/cellograph
Summarycellograph
upload_time2023-01-27 15:23:19
maintainer
docs_urlNone
authorJamshaid Shahir, Purvis Lab, University of North Carolina at Chapel Hill
requires_python>=3.8
licenseMIT License - See LICENSE file
keywords big-data manifold-learning computational-biology graph neural networks single-cell genomics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cellograph

Cellograph is a graph neural network model that uses a two-layer graph convolutional network to analyze single-cell RNA sequencing data (but can extended to other single-cell modalities). More details can be found in [Shahir et al, 2023].

To learn how to implement Cellograph, take a look at our tutorial here.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jashahir/cellograph",
    "name": "cellograph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "big-data,manifold-learning,computational-biology,graph neural networks,single-cell,genomics",
    "author": "Jamshaid Shahir, Purvis Lab, University of North Carolina at Chapel Hill",
    "author_email": "jashahir@live.unc.edu",
    "download_url": "https://files.pythonhosted.org/packages/20/96/022fd2195c9fbb1c4b9055fd2ff4cd6cd9b12a4b354712532d5f7afab776/cellograph-0.0.1.tar.gz",
    "platform": null,
    "description": "# Cellograph\n\nCellograph is a graph neural network model that uses a two-layer graph convolutional network to analyze single-cell RNA sequencing data (but can extended to other single-cell modalities). More details can be found in [Shahir et al, 2023].\n\nTo learn how to implement Cellograph, take a look at our tutorial here.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License - See LICENSE file",
    "summary": "cellograph",
    "version": "0.0.1",
    "split_keywords": [
        "big-data",
        "manifold-learning",
        "computational-biology",
        "graph neural networks",
        "single-cell",
        "genomics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2096022fd2195c9fbb1c4b9055fd2ff4cd6cd9b12a4b354712532d5f7afab776",
                "md5": "db62b567260ac98ffcf949fae83e7337",
                "sha256": "5fbb65723448e333badb0db658673f9cefa791c4d8cb3a1fe59a62e23509be78"
            },
            "downloads": -1,
            "filename": "cellograph-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "db62b567260ac98ffcf949fae83e7337",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4576,
            "upload_time": "2023-01-27T15:23:19",
            "upload_time_iso_8601": "2023-01-27T15:23:19.647515Z",
            "url": "https://files.pythonhosted.org/packages/20/96/022fd2195c9fbb1c4b9055fd2ff4cd6cd9b12a4b354712532d5f7afab776/cellograph-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-27 15:23:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "jashahir",
    "github_project": "cellograph",
    "lcname": "cellograph"
}
        
Elapsed time: 0.03300s