genome_info


Namegenome_info JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/genome_info
SummaryPython package genome annotations
upload_time2024-04-16 16:23:30
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python<4.0,>=3.10
licenseGPL-2.0-or-later
keywords cython annotation genome
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # genome_info_

[![Build Status](https://travis-ci.org/kylessmith/genome_info.svg?branch=master)](https://travis-ci.org/kylessmith/genome_info) [![PyPI version](https://badge.fury.io/py/genome_info.svg)](https://badge.fury.io/py/genome_info)
[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)

A package to work with genomic intervals.


## Install

If you dont already have numpy and scipy installed, it is best to download
`Anaconda`, a python distribution that has them included.  
```
    https://continuum.io/downloads
```

Dependencies can be installed by:

```
    pip install -r requirements.txt
```

PyPI install, presuming you have all its requirements installed:
```
    pip install genome_info(not yet!!)
```

## Usage

```python
import genome_info_
genome = genome_info.GenomeInfo("hg38")
genome.chrom_sizes

genome.n_bases

genome.tss()

genome.tss(upstream=1000, downstream=1000)

```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kylessmith/genome_info",
    "name": "genome_info",
    "maintainer": "Kyle S. Smith",
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": "kyle.smith@stjude.org",
    "keywords": "cython, annotation, genome",
    "author": "Kyle S. Smith",
    "author_email": "kyle.smith@stjude.org",
    "download_url": "https://files.pythonhosted.org/packages/c0/76/4152fc94d5f8d3ef70d9fc126a016a01cbaf4993c66921092576dccdee53/genome_info-1.0.5.tar.gz",
    "platform": null,
    "description": "# genome_info_\n\n[![Build Status](https://travis-ci.org/kylessmith/genome_info.svg?branch=master)](https://travis-ci.org/kylessmith/genome_info) [![PyPI version](https://badge.fury.io/py/genome_info.svg)](https://badge.fury.io/py/genome_info)\n[![Coffee](https://img.shields.io/badge/-buy_me_a%C2%A0coffee-gray?logo=buy-me-a-coffee&color=ff69b4)](https://www.buymeacoffee.com/kylessmith)\n\nA package to work with genomic intervals.\n\n\n## Install\n\nIf you dont already have numpy and scipy installed, it is best to download\n`Anaconda`, a python distribution that has them included.  \n```\n    https://continuum.io/downloads\n```\n\nDependencies can be installed by:\n\n```\n    pip install -r requirements.txt\n```\n\nPyPI install, presuming you have all its requirements installed:\n```\n    pip install genome_info(not yet!!)\n```\n\n## Usage\n\n```python\nimport genome_info_\ngenome = genome_info.GenomeInfo(\"hg38\")\ngenome.chrom_sizes\n\ngenome.n_bases\n\ngenome.tss()\n\ngenome.tss(upstream=1000, downstream=1000)\n\n```\n\n",
    "bugtrack_url": null,
    "license": "GPL-2.0-or-later",
    "summary": "Python package genome annotations",
    "version": "1.0.5",
    "project_urls": {
        "Documentation": "https://www.biosciencestack.com/static/genome_info/docs/index.html",
        "Homepage": "https://github.com/kylessmith/genome_info",
        "Repository": "https://github.com/kylessmith/genome_info"
    },
    "split_keywords": [
        "cython",
        " annotation",
        " genome"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3761eb05c37e534934a3b96aeb4b6c2fe02976f30daf972b85ad8899e839b5e7",
                "md5": "5541cbb692587e26a18494fcc7c7f072",
                "sha256": "88739c02dfc9af100e28de628fa3201bff5928cdaedee289ce888d049f398b8f"
            },
            "downloads": -1,
            "filename": "genome_info-1.0.5-cp311-cp311-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5541cbb692587e26a18494fcc7c7f072",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<4.0,>=3.10",
            "size": 468596,
            "upload_time": "2024-04-16T16:23:28",
            "upload_time_iso_8601": "2024-04-16T16:23:28.045099Z",
            "url": "https://files.pythonhosted.org/packages/37/61/eb05c37e534934a3b96aeb4b6c2fe02976f30daf972b85ad8899e839b5e7/genome_info-1.0.5-cp311-cp311-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0764152fc94d5f8d3ef70d9fc126a016a01cbaf4993c66921092576dccdee53",
                "md5": "3e3035e6e98b3a0c09fd0d5e278ae043",
                "sha256": "1d5206551cb8071cccf89eb204425cb5e0aef7923d818762bae969d8115c7299"
            },
            "downloads": -1,
            "filename": "genome_info-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3e3035e6e98b3a0c09fd0d5e278ae043",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 463158,
            "upload_time": "2024-04-16T16:23:30",
            "upload_time_iso_8601": "2024-04-16T16:23:30.443471Z",
            "url": "https://files.pythonhosted.org/packages/c0/76/4152fc94d5f8d3ef70d9fc126a016a01cbaf4993c66921092576dccdee53/genome_info-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-16 16:23:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "genome_info",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "genome_info"
}
        
Elapsed time: 0.27756s