hg19genome


Namehg19genome JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/hg19genome
SummaryPython package hg19 genome annotation
upload_time2023-05-17 13:41:58
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python>=3.10,<4.0
licenseGPL-2.0-or-later
keywords cython annotation hg19genome c
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hg19genome

[![Build Status](https://travis-ci.org/kylessmith/hg19genome.svg?branch=master)](https://travis-ci.org/kylessmith/hg19genome) [![PyPI version](https://badge.fury.io/py/hg19genome.svg)](https://badge.fury.io/py/hg19genome)
[![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 hg19 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 hg19genome(not yet!!)
```

## Usage

```python
from hg19genome import Hg19Genome
genome = Hg19Genome()
genome.n_CpGs

genome.n_bases

genome.tss()

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

```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kylessmith/hg19genome",
    "name": "hg19genome",
    "maintainer": "Kyle S. Smith",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "kyle.smith@stjude.org",
    "keywords": "cython,annotation,hg19genome,c",
    "author": "Kyle S. Smith",
    "author_email": "kyle.smith@stjude.org",
    "download_url": "https://files.pythonhosted.org/packages/16/e0/a1089909f608e366988dfa9cca6af12fdd38ec490fe3361013ec8e6d646a/hg19genome-1.0.1.tar.gz",
    "platform": null,
    "description": "# hg19genome\n\n[![Build Status](https://travis-ci.org/kylessmith/hg19genome.svg?branch=master)](https://travis-ci.org/kylessmith/hg19genome) [![PyPI version](https://badge.fury.io/py/hg19genome.svg)](https://badge.fury.io/py/hg19genome)\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 hg19 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 hg19genome(not yet!!)\n```\n\n## Usage\n\n```python\nfrom hg19genome import Hg19Genome\ngenome = Hg19Genome()\ngenome.n_CpGs\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 hg19 genome annotation",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://www.biosciencestack.com/static/hg19genome/docs/index.html",
        "Homepage": "https://github.com/kylessmith/hg19genome",
        "Repository": "https://github.com/kylessmith/hg19genome"
    },
    "split_keywords": [
        "cython",
        "annotation",
        "hg19genome",
        "c"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a77f54140cbd53b9ea7dcbb176f31a6a4a555364efae0bd5ae4f78c64d773ab6",
                "md5": "d3e4879d7b10f6c71ae59410532de849",
                "sha256": "5f14078ad1e3cb757fc3e99a51ebde67fca59632fcbc5cfca2c8010be0387fae"
            },
            "downloads": -1,
            "filename": "hg19genome-1.0.1-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d3e4879d7b10f6c71ae59410532de849",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10,<4.0",
            "size": 53817768,
            "upload_time": "2023-05-17T13:41:48",
            "upload_time_iso_8601": "2023-05-17T13:41:48.869991Z",
            "url": "https://files.pythonhosted.org/packages/a7/7f/54140cbd53b9ea7dcbb176f31a6a4a555364efae0bd5ae4f78c64d773ab6/hg19genome-1.0.1-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16e0a1089909f608e366988dfa9cca6af12fdd38ec490fe3361013ec8e6d646a",
                "md5": "d87c625f29792cfbc90e4c98c07756b2",
                "sha256": "4ab2ed305cee2aeb97cf312c8ff27b9944cf478832c8f1eaf83f016d6566b849"
            },
            "downloads": -1,
            "filename": "hg19genome-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d87c625f29792cfbc90e4c98c07756b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 53636191,
            "upload_time": "2023-05-17T13:41:58",
            "upload_time_iso_8601": "2023-05-17T13:41:58.822047Z",
            "url": "https://files.pythonhosted.org/packages/16/e0/a1089909f608e366988dfa9cca6af12fdd38ec490fe3361013ec8e6d646a/hg19genome-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 13:41:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "hg19genome",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hg19genome"
}
        
Elapsed time: 0.06987s