ASE-TIGAR is software to estimate the allele-specific expression (ASE) from RNA-Seq data with diploid genomes.
./merge_pat_mat_fasta.pl NA12878_pat_refMrna.fa NA12878_mat_refMrna.fa > NA12878_pat_mat_refMrna.fa
bowtie2-build NA12878_pat_mat_refMrna.fa NA12878_pat_mat_refMrna
For single-end data: bowtie2 -p 8 -X 1000 -k 100 --very-sensitive NA12878_pat_mat_refMrna sample.fastq > sample.sam For paired-end data: bowtie2 -p 8 -X 1000 -k 100 --very-sensitive NA12878_pat_mat_refMrna -1 sample_1.fastq -2 sample_2.fastq > sample.sam
For single-end data: java -jar ASE-TIGAR.jar --thread_num 8 NA12878_pat_mat_refMrna.fa sample.sam --alpha_zero 0.1 sample_out.txt For paired-end data: java -jar ASE-TIGAR.jar --thread_num 8 NA12878_pat_mat_refMrna.fa sample.sam --is_paired --alpha_zero 0.1 sample_out.txt
ID: transcript (mRNA) ID that the program predicted LENGTH: transcript length Z: the number of expected fragments that the program assigned to the transcript FPKM: normalized expression level (Fragments Per Kilobase of exon per Million mapped fragments) THETA: estimated parameter (transcript abundance), essentially Z divided by total mapped reads.
You can visualize the optimized alignment by ASE-TIGAR as follows: samtools sort sample_out.txt.opt.bam sample_opt_sorted samtools index sample_opt_sorted.bam Please start IGV_2.3.14 or later, and load refMrna.fa as Genome, and sample_opt_sorted.bam. You can look at the optimized alignment of reads on each transcript isoform.
Any published works where ASE-TIGAR has been used in data analysis should include a citation:
Naoki Nariai, Kaname Kojima, Takahiro Mimori, Yosuke Kawai and Masao Nagasaki A Bayesian approach for estimating allele-specific expression from RNA-Seq data with diploid genomes. accepted.
ASE-TIGAR, (c) 2015, Tohoku University (the "Software")
The Software remains the property of Tohoku University.
The Software is distributed "AS IS" under this License solely for non-commercial use in the hope that it will be useful, but in order that Tohoku University as the intellectual property right holder of the software protects its assets for the benefit of its educational and research purposes, Tohoku University makes clear that no condition is made or to be implied, nor is any warranty given or to be implied, as to the accuracy of the Software, or that it will be suitable for any particular purpose or for use under any specific conditions. Furthermore, Tohoku University disclaims all responsibility for the use which is made of the Software. It further disclaims any liability for the outcomes arising from using the Software.
The Licensee agrees to indemnify Tohoku University and hold Tohoku University harmless from and against any and all claims, damages and liabilities asserted by third parties (including claims for negligence) which arise directly or indirectly from the use of the Software or the sale of any products based on the Software.
No part of the Software may be reproduced, modified, reverse engineered, transmitted or transferred in any form or by any means, electronic or mechanical, without the express permission of Tohoku University.
You are not permitted under this Licence to use the Software commercially. Use for which any financial return is received shall be defined as commercial use, and includes (1) integration of all or part of the source code or the Software into a product for sale or license by or on behalf of Licensee to third parties or (2) use of the Software or any derivative of it for research with the final aim of developing software products for sale or license to a third party or (3) use of the Software or any derivative of it for research with the final aim of developing non-software products for sale or license to a third party, or (4) use of the Software to provide any service to an external organisation for which payment is received. If you are interested in using the Software commercially, please contact Tohoku University ( nariai@megabank.tohoku.ac.jp and nagasaki@megabank.tohoku.ac.jp ), to negotiate a licence.