Junction Centric Alternative Splicing Translator v.0.3.5
JCAST (Junction Centric Alternative Splicing Translator) takes in alternative splicing events and returns custom protein sequence databases for isoform analysis.
python -m jcast -h
usage: __main__.py [-h] [-o OUT] [-r READ] [-m] [-c] [-q q_lo q_hi] [--g_or_ln G_OR_LN] rmats_folder gtf_file genome
jcast retrieves transcript splice junctionsand translates them into amino acid sequences
positional arguments:
rmats_folder path to folder storing rMATS output
gtf_file path to Ensembl gtf file
genome path to genome file
optional arguments:
-h, --help show this help message and exit
-o OUT, --out OUT name of the output files [default: psq_out]
-r READ, --read READ the lowest skipped junction read count for a junction to be translated [default: 1]
-m, --model models junction read count cutoff using a Gaussian mixture model [default: False]
-c, --canonical write out canonical protein sequence even if transcriptslices are untranslatable [default: False]
-q q_lo q_hi, --qvalue q_lo q_hi
take junctions with rMATS fdr within this threshold [default: 0 1]
--g_or_ln G_OR_LN Switch on distribution to use for low end of histogram, 0 for Gamma, anything else for LogNorm
Dependencies
JCAST has been tested in Python 3.7, 3.8, 3.9 and uses the following packages:
Junction Centric Alternative Splicing Translator v.0.3.5
JCAST (Junction Centric Alternative Splicing Translator) takes in alternative splicing events and returns custom protein sequence databases for isoform analysis.
See https://ed-lau.github.io/jcast/ for Documentation and Usage.
Installation
Requirements
Install Python 3.7+ and pip. See instructions on Python website for specific instructions for your operating system.
JCAST can be installed from PyPI via pip. We recommend using a virtual environment.
Running
Launch JCAST as a module (Usage/Help):
Alternatively:
Example command:
To test that the installation can load test data files in tests/data (sample rMATS file and human chr 15 genome files)
To run JCAST using the test files and print the results to Desktop
All Arguments
Dependencies
JCAST has been tested in Python 3.7, 3.8, 3.9 and uses the following packages:
Known Issues
NAas gene name can fail.N).Additional Information
Additional details on troubleshooting and result interpretation can be found in our publication in STAR Protocols.
Contributing
Please contact us if you wish to contribute, and submit pull requests to us.
Contributors
License
This project is licensed under the MIT License - see the LICENSE.md file for details