genome_info


Namegenome_info JSON
Version 1.0.7 PyPI version JSON
download
home_pagehttps://github.com/kylessmith/genome_info
SummaryPython package genome annotations
upload_time2024-11-20 22:30:52
maintainerKyle S. Smith
docs_urlNone
authorKyle S. Smith
requires_python>=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": ">=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/f6/c8/0ae2a75c08c1ab2958ece12312ddca8ae47ddf0370ea3043cd27d1ab774a/genome_info-1.0.7.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.7",
    "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": "58483a1a0f298a60547d34831933af640cd17e2d2fc633215504508a5f71a0b3",
                "md5": "9bd5ccdc49278375ec0ee4a2558b0269",
                "sha256": "55a6450eb38057275a26e0cfa6e8c49de4acf7ed4c00015ce3f2623a24164724"
            },
            "downloads": -1,
            "filename": "genome_info-1.0.7-cp312-cp312-macosx_14_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9bd5ccdc49278375ec0ee4a2558b0269",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.10",
            "size": 774290,
            "upload_time": "2024-11-20T22:30:51",
            "upload_time_iso_8601": "2024-11-20T22:30:51.082349Z",
            "url": "https://files.pythonhosted.org/packages/58/48/3a1a0f298a60547d34831933af640cd17e2d2fc633215504508a5f71a0b3/genome_info-1.0.7-cp312-cp312-macosx_14_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6c80ae2a75c08c1ab2958ece12312ddca8ae47ddf0370ea3043cd27d1ab774a",
                "md5": "341cf90f864feddc610f4d22046afb76",
                "sha256": "f380ab56ccb9dc30da76d2291f5e29c229df0be79a5c8ae918e97ea14e96deef"
            },
            "downloads": -1,
            "filename": "genome_info-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "341cf90f864feddc610f4d22046afb76",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 608497,
            "upload_time": "2024-11-20T22:30:52",
            "upload_time_iso_8601": "2024-11-20T22:30:52.639780Z",
            "url": "https://files.pythonhosted.org/packages/f6/c8/0ae2a75c08c1ab2958ece12312ddca8ae47ddf0370ea3043cd27d1ab774a/genome_info-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 22:30:52",
    "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.35548s