Calculate TSS enrichment for ATAC-seq data
Project description
tssenrich
Calculate TSS enrichment for ATAC-seq data. (see also the ENCODE standards)
Installation
pip3 install tssenrich
or
pip3 install --user tssenrich
Usage
usage: tssenrich [-h] [--genome {hg38,hg19}] [--memory <float>]
[--processes <int>] [--mapping-quality <int>]
[--samtools-path <path/to/samtools>]
[--log <path/to/log.txt>]
<path/to/file.bam>
calculate TSS enrichment for ATAC-seq data
positional arguments:
<path/to/file.bam> Path to input BAM file
optional arguments:
-h, --help show this help message and exit
--genome {hg38,hg19} genome build [hg38]
--memory <float> memory limit in GB [5]
--processes <int> number of processes/threads to use [1]
--mapping-quality <int>
ignore reads with mapping quality below the given value [0]
--samtools-path <path/to/samtools>
path to an alternate samtools executable
--log <path/to/log.txt>
path to log file
ENCODE standards:
| Genome | Concerning | Acceptable | Ideal |
| ------ | ---------- | ---------- | ----- |
| hg19 | < 6 | 6 - 10 | > 10 |
| hg38 | < 5 | 5 - 7 | > 7 |
Example
tssenrich --genome hg19 --log log.txt --memory 2 --processes 2 example.bam > score.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tssenrich-0.1.8.tar.gz
(13.8 MB
view hashes)
Built Distribution
tssenrich-0.1.8-py3-none-any.whl
(13.8 MB
view hashes)
Close
Hashes for tssenrich-0.1.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d636b46012572df3cc369f7df6f4879568a80f2469433080debe1f421645b2ea |
|
MD5 | fd042be32491cd3ff3b70070bdc17c58 |
|
BLAKE2b-256 | 11c184b38a99bd79edc692b26c5bc8170e6e27daff14e0fc25be9c19caca9b8d |