NCBIGeneInfo


NameNCBIGeneInfo JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/sharifrahmanie/NCBIGeneInfo/archive/refs/tags/v0.1.tar.gz
SummaryA package to retrieve gene information from NCBI
upload_time2024-04-28 17:52:09
maintainerNone
docs_urlNone
authorEdris Sharif Rahmani
requires_pythonNone
licenseMIT
keywords ncbi gene symbol gene bioinformatics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            **Retrieve information about genes from NCBI.**

# Installation

```r{}
pip install NCBIGeneInfo
```
# Running

```r{}
from NCBIGeneInfo.gene_info import NCBIGeneInfo
ncbi = NCBIGeneInfo()
ncbi.fetch_gene_info(["SLC8A1", "MEIS1", "ASCL2"])

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sharifrahmanie/NCBIGeneInfo/archive/refs/tags/v0.1.tar.gz",
    "name": "NCBIGeneInfo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "NCBI, Gene symbol, Gene, Bioinformatics",
    "author": "Edris Sharif Rahmani",
    "author_email": "rahmani.biotech@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7b/f7/c15aec88cf5d6c1d36369c665e92fdb2703f368450df56ad22346b1e38a7/NCBIGeneInfo-0.1.tar.gz",
    "platform": null,
    "description": "**Retrieve information about genes from NCBI.**\n\n# Installation\n\n```r{}\npip install NCBIGeneInfo\n```\n# Running\n\n```r{}\nfrom NCBIGeneInfo.gene_info import NCBIGeneInfo\nncbi = NCBIGeneInfo()\nncbi.fetch_gene_info([\"SLC8A1\", \"MEIS1\", \"ASCL2\"])\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package to retrieve gene information from NCBI",
    "version": "0.1",
    "project_urls": {
        "Homepage": "https://github.com/sharifrahmanie/NCBIGeneInfo/archive/refs/tags/v0.1.tar.gz"
    },
    "split_keywords": [
        "ncbi",
        " gene symbol",
        " gene",
        " bioinformatics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf96577efae9d700375483781275687c84bb5cabeccac4dbeb8fc48eff482d27",
                "md5": "9bcd4c3f1853f056896760324aa9a58a",
                "sha256": "b72dedf41194216f43250a8f7dc5b7fb7b5c18334f0356d86730ad6d29c3b0da"
            },
            "downloads": -1,
            "filename": "NCBIGeneInfo-0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9bcd4c3f1853f056896760324aa9a58a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 743733,
            "upload_time": "2024-04-28T17:52:05",
            "upload_time_iso_8601": "2024-04-28T17:52:05.335483Z",
            "url": "https://files.pythonhosted.org/packages/bf/96/577efae9d700375483781275687c84bb5cabeccac4dbeb8fc48eff482d27/NCBIGeneInfo-0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bf7c15aec88cf5d6c1d36369c665e92fdb2703f368450df56ad22346b1e38a7",
                "md5": "a4cea51b60e2e0412e09f1e2d298fba6",
                "sha256": "7e0d8ec5b12e44918895823693ced8be3f988ff6febdcea02901a92a19d18452"
            },
            "downloads": -1,
            "filename": "NCBIGeneInfo-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a4cea51b60e2e0412e09f1e2d298fba6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 743608,
            "upload_time": "2024-04-28T17:52:09",
            "upload_time_iso_8601": "2024-04-28T17:52:09.524702Z",
            "url": "https://files.pythonhosted.org/packages/7b/f7/c15aec88cf5d6c1d36369c665e92fdb2703f368450df56ad22346b1e38a7/NCBIGeneInfo-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 17:52:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sharifrahmanie",
    "github_project": "NCBIGeneInfo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ncbigeneinfo"
}
        
Elapsed time: 0.25108s