ASE-TIGAR

ASE-TIGAR is software to estimate the allele-specific expression (ASE) from RNA-Seq data with diploid genomes.

Input:

Output:

Download:

Usage:

  1. Prepare cDNA reference sequences and merge them in one FASTA file
  2.     ./merge_pat_mat_fasta.pl NA12878_pat_refMrna.fa NA12878_mat_refMrna.fa > NA12878_pat_mat_refMrna.fa
    
    
    
  3. Build bowtie2 index
  4.     bowtie2-build NA12878_pat_mat_refMrna.fa NA12878_pat_mat_refMrna
    
    
  5. Run bowtie2
  6.   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
    
    
  7. Run ASE-TIGAR
  8.   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
    

How to interpret the result:

Reference:

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.

License:

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.

Contact: