Metadata-Version: 2.1
Name: biometatools
Version: 1.0.5
Summary: Package for meta-analysis of reads compared to features
Home-page: https://github.com/maragkakislab/metatools
Author: MaragkakisLab
Author-email: emmanouil.maragkakis@nih.gov
Project-URL: Bug Tracker, https://github.com/maragkakislab/metatools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Requires-Python: >=3.4
Description-Content-Type: text/markdown
License-File: LICENSE

# biometatools

A repository of tools for performing meta analysis on high throughput
sequencing data and genome features defined as genomic regions. Sequencing
data are most often requested in indexed BAM file format and features in BED
file format.

Examples of some questions that these tools are useful for:

* What is the distribution of reads around the 5' ends of genes?
* What is the distribution of reads along the length of all mRNAs?

# Installation

```
pip install biometatools
```
