AlternaTe Allele Read vIsualizer - A tool for analyzing genomic data from BAM files
Project description
ATARI - AlternaTe Allele Read vIsualizer
ATARI is a tool for analyzing genomic data from BAM files. It counts reference and alternate alleles at genomic positions and visualizes the results.
Installation
From PyPI
# From PyPI
pip install atari
# From Conda
conda install -c bioconda atari
# Clone the repository
git clone https://github.com/yourusername/atari.git
cd atari
# Option 1: Install with pip
pip install .
# Option 2: Create conda environment from environment.yml
conda env create -f environment.yml
conda activate atari
# usage
# Basic usage with BED file
atari \
--bam sample1.bam sample2.bam \
--reference genome.fa \
--bed regions.bed \
--window 100 \
--output results.tsv
# Full pipeline with visualization and gene annotations
atari \
--bam sample1.bam sample2.bam \
--reference genome.fa \
--bed regions.bed \
--window 100 \
--output results.tsv \
--plot \
--plot-output coverage_plot.png \
--gtf annotations.gtf \
--verbose
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
atari-0.1.0.tar.gz
(16.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
atari-0.1.0-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file atari-0.1.0.tar.gz.
File metadata
- Download URL: atari-0.1.0.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bcf8d4eec60e1539b678b5bea1cbca7cca20db16397ee640cbd2421691aa69e
|
|
| MD5 |
330ef4b34ced6e1599c91c3e6f78d6e4
|
|
| BLAKE2b-256 |
9b8f115f4a3a8cbe04b1aea2f02c3f24e1cff0a1ee6a6973a55e41fb48d236eb
|
File details
Details for the file atari-0.1.0-py3-none-any.whl.
File metadata
- Download URL: atari-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7384e3d7d5985fd4da5a529723be1727c4f456836122c3a1a52ef5139c9ae59a
|
|
| MD5 |
98adeb9057787b8a4243ca0634eed60f
|
|
| BLAKE2b-256 |
07224edc616f1a10249594ab9f7aa144571a2d7b18b8cdb72bf6de490425287c
|