ASNEO is a computational pipeline to identify personalized tumor neoantigens derived from alternative splicing.
- python3
- bedtools
- pepmatch_db_x86_64 (a script in MuPeXI)
- netMHCpan
- netCTLpan
The software are packed in
src/software.tar.gz
- pandas
- sj2psi
- pysam
- biopython
- sklearn
- xgboost
- Reference genome file:
hg19.fa
orGRCh37.fa
STAR
mapped file:SJ.out.tab
andindexed bam
(optional)
- git clone https://github.com/bm2-lab/ASNEO.git
- cd ASNEO/src && tar -xzvf software.tar.gz
- cd ../test && bash run_ASNEO.sh hg19.fa
hg19.fa
should change to your own reference genome file (must be hg19 or GRCh37)
For detailed usage information, please refer to the ASNEO User Manual
ASNEO: identification of personalized Alternative Splicing based NEOantigens with RNA-seq, submitted, 2020
zhangzb@tongji.edu.cn or qiliu@tongji.edu.cn
Tongji University, Shanghai, China