hg38genome


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

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

## Usage

```python
# ailist version: 0.1.7
from hg38genome import Hg38Genome
genome = Hg38Genome()
genome.n_CpGs

genome.n_bases

genome.tss()

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

```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kylessmith/hg38genome",
    "name": "hg38genome",
    "maintainer": "Kyle S. Smith",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "kyle.smith@stjude.org",
    "keywords": "cython,annotation,hg38,genome",
    "author": "Kyle S. Smith",
    "author_email": "kyle.smith@stjude.org",
    "download_url": "https://files.pythonhosted.org/packages/9e/ff/ea8fba6573ccf1bf9bb65b80933435bfc3b8cf17103d507bfefbcaabc46d/hg38genome-1.0.1.tar.gz",
    "platform": null,
    "description": "# hg38genome\n\n[![Build Status](https://travis-ci.org/kylessmith/hg19_genome.svg?branch=master)](https://travis-ci.org/kylessmith/hg38genome) [![PyPI version](https://badge.fury.io/py/hg19_genome.svg)](https://badge.fury.io/py/hg38genome)\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 hg38 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 hg38genome(not yet!!)\n```\n\n## Usage\n\n```python\n# ailist version: 0.1.7\nfrom hg38genome import Hg38Genome\ngenome = Hg38Genome()\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 hg38 genome annotation",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://www.biosciencestack.com/static/hg38genome/docs/index.html",
        "Homepage": "https://github.com/kylessmith/hg38genome",
        "Repository": "https://github.com/kylessmith/hg38genome"
    },
    "split_keywords": [
        "cython",
        "annotation",
        "hg38",
        "genome"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48901d0982676ea038152d538999ec3b08767449f2b169ce21cd18cd6915569f",
                "md5": "79f36468c6f0c88400f748f9ace4f9e1",
                "sha256": "298838cc5d173d4f1b1c08eae09eb313c746c55242ea98ef1bdb4ae2836517bb"
            },
            "downloads": -1,
            "filename": "hg38genome-1.0.1-cp310-cp310-macosx_13_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "79f36468c6f0c88400f748f9ace4f9e1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.10,<4.0",
            "size": 46863927,
            "upload_time": "2023-05-17T13:46:23",
            "upload_time_iso_8601": "2023-05-17T13:46:23.544704Z",
            "url": "https://files.pythonhosted.org/packages/48/90/1d0982676ea038152d538999ec3b08767449f2b169ce21cd18cd6915569f/hg38genome-1.0.1-cp310-cp310-macosx_13_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9effea8fba6573ccf1bf9bb65b80933435bfc3b8cf17103d507bfefbcaabc46d",
                "md5": "0b1ac4eb9adfaf060a99c13d898ab6b1",
                "sha256": "01fdeb39f29c98147e8330a38f12b1d83077c50bc641b97790861c2c6b6b445c"
            },
            "downloads": -1,
            "filename": "hg38genome-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0b1ac4eb9adfaf060a99c13d898ab6b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 46685189,
            "upload_time": "2023-05-17T13:46:32",
            "upload_time_iso_8601": "2023-05-17T13:46:32.605209Z",
            "url": "https://files.pythonhosted.org/packages/9e/ff/ea8fba6573ccf1bf9bb65b80933435bfc3b8cf17103d507bfefbcaabc46d/hg38genome-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 13:46:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kylessmith",
    "github_project": "hg38genome",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hg38genome"
}
        
Elapsed time: 0.13316s