Calculate TSS enrichment for ATAC-seq data
Project description
tssenrich
Calculate TSS enrichment for ATAC-seq data
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.5.tar.gz
(13.8 MB
view hashes)
Built Distribution
tssenrich-0.1.5-py3-none-any.whl
(13.8 MB
view hashes)
Close
Hashes for tssenrich-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 411ba251ce289787929cbe59f7a20a3caf075e298471a7b302a0553d3f594a01 |
|
MD5 | b983947af8ad156c9e8e042e5a27a33b |
|
BLAKE2b-256 | 4f2688be8d69b2c8e1136776fcb598f5ab0198e25c78bd471f6109bc2cc00e7b |