# genome_info_
[](https://travis-ci.org/kylessmith/genome_info) [](https://badge.fury.io/py/genome_info)
[](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/d1/7b/f28a485240b62c0b3b92abe80d8664310b2e4eebecb829466649f9edfcfc/genome_info-1.0.8.tar.gz",
"platform": null,
"description": "# genome_info_\n\n[](https://travis-ci.org/kylessmith/genome_info) [](https://badge.fury.io/py/genome_info)\n[](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.8",
"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": "543723e154e75ed51f465f6515bab91d6e5f0ed74c95bfda86414893317f8507",
"md5": "3b82d8507d0369a45252bc8ed5887511",
"sha256": "32807ac0a35970a261a22b34a1ca5ff848ae5a8a643ff55c4438a1ca1fe53177"
},
"downloads": -1,
"filename": "genome_info-1.0.8-cp312-cp312-macosx_15_0_x86_64.whl",
"has_sig": false,
"md5_digest": "3b82d8507d0369a45252bc8ed5887511",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.10",
"size": 366176,
"upload_time": "2025-08-01T14:47:57",
"upload_time_iso_8601": "2025-08-01T14:47:57.210388Z",
"url": "https://files.pythonhosted.org/packages/54/37/23e154e75ed51f465f6515bab91d6e5f0ed74c95bfda86414893317f8507/genome_info-1.0.8-cp312-cp312-macosx_15_0_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d17bf28a485240b62c0b3b92abe80d8664310b2e4eebecb829466649f9edfcfc",
"md5": "efb4d5924bfc5669b9e856c6c50ee208",
"sha256": "6d0dd0eee9aae41ce6db917f1e718fa1898f31cfc158c45c27d78fec10af10cc"
},
"downloads": -1,
"filename": "genome_info-1.0.8.tar.gz",
"has_sig": false,
"md5_digest": "efb4d5924bfc5669b9e856c6c50ee208",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 203149,
"upload_time": "2025-08-01T14:47:58",
"upload_time_iso_8601": "2025-08-01T14:47:58.790943Z",
"url": "https://files.pythonhosted.org/packages/d1/7b/f28a485240b62c0b3b92abe80d8664310b2e4eebecb829466649f9edfcfc/genome_info-1.0.8.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-01 14:47:58",
"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"
}