IDP-ASE(haplotyping and quantifying allele-specific expression at the gene and gene isoform level by
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IDP-ASE(haplotyping and quantifying allele-specific expression at the gene and gene isoform level by相关的知识,希望对你有一定的参考价值。
学习来源地址:
- Prepare necessary input files (http://www.cnblogs.com/renping/p/7488170.html)(http://www.cnblogs.com/renping/p/7391028.html )
- VCF File
- GPD File in Extended Format. You can utilize the accompanying script to convert from regular GPD to extended GPD.
julia ~/.julia/v0.4/IDPASE/scripts/convert_gpd.jl mygpd.gpd > newgpd.gpd
- PSL alignment file of your hybrid-Seq data. You can convert from SAM/BAM to psl using libraries such as Au-public utilties in particular the sam_to_psl.py script.
- FASTQ file of your hybrid-Seq data
Annotation fileGenepred file in extended format
VCF fileList of biallelic, exonic SNPs in VCF format -------(#通过ANNOVAR对all_snp.vcf文件进行注释得到)
以上是关于IDP-ASE(haplotyping and quantifying allele-specific expression at the gene and gene isoform level by的主要内容,如果未能解决你的问题,请参考以下文章
Django 查询:返回一个将转换为“AND (...)”的 Q 对象