Python tools for processing chimeric reads and lists of gene fusions.
Project description
chimera_utils
Introduction
This is a suite of tools for processing chimeric reads generated at a STAR alignment step (Chimeric.out.sam files).
Dependency
Python
pysam, annot_utils, fusionfusion
Software
Install
pip install chimera_utils
Alternatively you can download from the source code:
wget https://github.com/friend1ws/chimera_utils/archive/v0.5.0.tar.gz
tar zxvf v0.6.0.tar.gz
cd chimera_utils-0.6.0
python setup.py build install
For the last command, you may need to add --user if using a shared computing cluster.
Commands
count
Count supporting read pairs for each chimera junction
chimera_utils count [-h] [--abnormal_insert_size ABNORMAL_INSERT_SIZE]
[--min_major_clipping_size MIN_MAJOR_CLIPPING_SIZE]
[--min_read_pair_num MIN_READ_PAIR_NUM]
[--min_cover_size MIN_COVER_SIZE]
[--anchor_size_thres ANCHOR_SIZE_THRES]
[--min_chimeric_size MIN_CHIMERIC_SIZE] [--debug]
Chimeric.out.sam output_file
merge_control
Merge chimeric junction cout file (generated by count command) of control data (typically) for later filtering
chimera_utils merge_control [-h] chimeric_count_list.txt output_file
associate
Associate chimeric junctions with the output of GenomonSV
chimera_utils associate [-h] [--margin MARGIN]
[--sv_margin_major SV_MARGIN_MAJOR]
[--sv_margin_minor SV_MARGIN_MINOR]
[--genome_id {hg19,hg38,mm10}] [--grc]
[--debug]
chimera.txt genomonSV.result.txt output.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
File details
Details for the file chimera_utils-0.6.0.tar.gz.
File metadata
- Download URL: chimera_utils-0.6.0.tar.gz
- Upload date:
- Size: 8.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d445e0ae0490330b2be58332d11480da346bb2043b35bd33424f4134aa6e118
|
|
| MD5 |
34c590c8f3b2d23542ff5134dbd85242
|
|
| BLAKE2b-256 |
2146efec0704ee8c033fb525baa883a63a7b756f7bcb102f6dc3a84607e84701
|