IDP-ASE(haplotyping and quantifying allele-specific expression at the gene and gene isoform level by hybrid sequencing)VCF File GPD File in Extended Format.

学习来源地址:

1,https://github.com/bdeonovic/IDPASE.jl 2, https://www.healthcare.uiowa.edu/labs/au/

  1. VCF File
  2. 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
  3. 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.
  4. 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文件进行注释得到)

时间: 2024-08-23 12:22:13

IDP-ASE(haplotyping and quantifying allele-specific expression at the gene and gene isoform level by hybrid sequencing)VCF File GPD File in Extended Format.的相关文章

线程存储(Thread Specific Data)

线程中特有的线程存储, Thread Specific Data .线程存储有什么用了?他是什么意思了? 大家都知道,在多线程程序中,所有线程共享程序中的变量.现在有一全局变量,所有线程都可以使用它,改变它的值.而如果每个线程希望能单独拥有它,那么就需要使用线程存储了.表面上看起来这是一个全局变量,所有线程都可以使用它,而它的值在每一个线程中又是单独存储的.这就是线程存储的意义. 函数原型: int pthread_key_create(pthread_key_t *key, void (*de

OpenStack Identity API v3 extensions (CURRENT)

Table Of Contents Identity API v3 extensions (CURRENT) OS-ENDPOINT-POLICY API Associate policy and endpoint Verify a policy and endpoint association Delete a policy and endpoint association Associate policy and service-type endpoint Verify a policy a

C++ Core Guidelines

C++ Core Guidelines September 9, 2015 Editors: Bjarne Stroustrup Herb Sutter This document is a very early draft. It is inkorrekt, incompleat, and pµøoorly formatted. Had it been an open source (code) project, this would have been release 0.6. Copy

Professional C# 6 and .NET Core 1.0 - Chapter 41 ASP.NET MVC

What's In This Chapter? Features of ASP.NET MVC 6 Routing Creating Controllers Creating Views Validating User Inputs Using Filters Working with HTML and Tag Helpers Creating Data-Driven Web Applications Implementing Authentication and Authorization W

Linux Kernel - Debug Guide (Linux内核调试指南 )

http://blog.csdn.net/blizmax6/article/details/6747601 linux内核调试指南 一些前言 作者前言 知识从哪里来 为什么撰写本文档 为什么需要汇编级调试 ***第一部分:基础知识*** 总纲:内核世界的陷阱 源码阅读的陷阱 代码调试的陷阱 原理理解的陷阱 建立调试环境 发行版的选择和安装 安装交叉编译工具 bin工具集的使用 qemu的使用 initrd.img的原理与制作 x86虚拟调试环境的建立 arm虚拟调试环境的建立 arm开发板调试环

Spring之IoC

什么是IOC 将对象的管理交给Spring容器,对象间的依赖进行解耦,想要某个对象,从Spring容器中进行获取 IOC的类型 构造函数注入:Spring已经实现 成员变量注入:Spring已经实现 接口注入:Spring未实现 实现IOC的Java基础 反射技术等 Spring提供了比JDK更好的访问资源的API:Resource接口 /* * Copyright 2002-2016 the original author or authors. * * Licensed under the

网络编程常见类型定义

in.h /* Standard well-defined IP protocols. */ enum { IPPROTO_IP = 0, /* Dummy protocol for TCP. */ #define IPPROTO_IP IPPROTO_IP IPPROTO_HOPOPTS = 0, /* IPv6 Hop-by-Hop options. */ #define IPPROTO_HOPOPTS IPPROTO_HOPOPTS IPPROTO_ICMP = 1, /* Interne

jQuery源码

/*! * jQuery JavaScript Library v1.8.3 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2012 jQuery Foundation and other contributors * Released under the MIT license * http://jquery.org/license * * Date: Tue Nov 13 20

Autotools Mythbuster

Preface Diego Elio?"Flameeyes"?Pettenò Author and Publisher?<[email protected]> SRC=https://autotools.io/index.html David J.?"user99"?Cozatt Miscellaneous Editing?<[email protected]> Copyright ? 2009-2013 Diego Elio Pettenò