VCAP

1, generate whole kinship matrix

/opt/TASSEL5/run_pipeline.pl -Xmx20g

-h *.hmp

-KinshipPlugin -method Centered_IBS -endPlugin

-export whole.txt -exportType SqrMatrix

2, Creat subset and rest matrix

/opt/TASSEL5/run_pipeline.pl -Xmx20g -forkSubset -h *.hmp

-FilterSiteBuilderPlugin -bedFile *.bed -endPlugin

-KinshipPlugin -method Centered_IBS -endPlugin

-forkRest -SubtractDistanceMatrixPlugin -wholeMatrix whole.txt -endPlugin

-inputSubset -export rest.txt -exportType SqrMatrixBin

-forkExport -export subset.txt -exportType SqrMatrixBin -inputSubset

3, generate a file containing Kinship files list.

/share/bioinfo/miaochenyong/GWAS/testVCAP/debugVCAP/LinList.txt

只写文件的basename, 不含.grm

/share/bioinfo/miaochenyong/GWAS/testVCAP/debugVCAP/subset
/share/bioinfo/miaochenyong/GWAS/testVCAP/debugVCAP/rest

4, generate phenotype file with PLINK format

/share/bioinfo/miaochenyong/GWAS/testVCAP/debugVCAP/GUI1000.pheno

5, run LDAK

../ldak.4.9 --reml test --mgrm LinList.txt --pheno GUI1000.pheno --kinship-details NO

--reml 指定输出文件basename

--mgrm 指定kinship list 文件位置

--pheno 指定phenotype

重要结果:

.reml

contains the estimates of variance explained (with SDs) for each kinship matrix, as well as estimates of the fixed effects (if no covariates are provided, the only fixed effect will be the intercept). This is the most relevant output file.

example:

Kins:2 Regions:0
Blupfile: test.indi.blp
Regfile: none
Total Samples: 916
With_Phenotypes: 916
Null_Likelihood: -1617.453003
Alt_Likelihood: -1422.400513
LRT_Stat: 390.1050
LRT_P: 1.0000e-16
Component Heritability SD
Her_K1 0.221281 0.051276
Her_K2 0.095329 0.038779
Intercept 19.2178 0.0330

UNL

Chenyong

[email protected]

时间: 2024-08-02 15:12:39

VCAP的相关文章

vSphere部署系列之01——关于VMware虚拟化

vSphere部署系列之01关于VMware虚拟化 一.关于VMware VMware是一家公司,目前是虚拟化领域的老大,这个毋庸置疑. VMware公司的产品就以VMware命名,其产品线很广,从大家熟知的个人桌面虚拟计算机软件Workstation.Player到服务器虚拟化解决方案vSphere.vCloud.桌面和应用虚拟化方案Horizon等,一应俱全,涉及到的软件多达几十个,让初学者眼花瞭乱. 我们常说的VMware虚拟化,主要是指VMware vSphere服务器虚拟化解决方案,这

【Cloud Foundry】Could Foundry学习(二)——核心组件分析

在阅读的过程中有不论什么问题,欢迎一起交流 邮箱:[email protected]    QQ:1494713801 Cloud Foundry核心组件架构图例如以下: 主要组件:     Cloud Controller:实质上是VMC和STS交互的server端,它收到指令后发消息到各模快,管理整个云的执行.相当于Cloud Foundry的大脑. DEA:负责处理对所部署的App的訪问请求.事实上质是打包和訪问Droplet.当中Droplet是通过Stager组件将提交的源码及Clou

基于IBM Bluemix的数据缓存应用实例

林炳文Evankaka原创作品.转载请注明出处http://blog.csdn.net/evankaka 摘要:IBM® Data Cache for Bluemix 是高速缓存服务,支持 Web 和移动应用程序的分布式高速缓存场景.高速缓存服务使用数据网格 技术,您可以在其中存储键值对象.Data Cache 提供了一个业务就绪的内存数据网格 (IMDG),其将数据放在接近逻辑的位置并随着业务扩展仍将其保留在此.很容易使用并扩展现有应用程序的性能和可伸缩性.它可以帮助将冗余事务降到最低.提高响

LaTex随笔

最近简单接触了LaTex排版,留下一些笔记供日后参考. 1.基本格式 \documentclass{article}\title{……}\begin{document}\maketitle\section{……} ……\\……\subsection{……} ……\subsubsection{……}……\subsection{Hello Guangzhou} ……\end{document} 2.{\it ……}斜体   {\bf ……}粗体 另外,$…$间的内容将被当做公式,而文字为斜体. 3.

Spring Cloud官方文档中文版-服务发现:Eureka客户端

官方文档地址为:http://cloud.spring.io/spring-cloud-static/Brixton.SR7/#_spring_cloud_netflix 文中例子我做了一些测试在:http://git.oschina.net/dreamingodd/spring-cloud-preparation Spring Cloud Netflix This project provides Netflix OSS integrations for Spring Boot apps th

CloudFoundry hm9000原理及排错

hm9000跟hm_next(healthmanager)功能类似.在cloudfoundry集群中担任至关重要的角色 - 尝试启动缺失情况下的实例,停止异常实例 - 获知和报告应用执行的实际实例个数 - 从DEA中迁移应用到其它DEA hm9000组件工作须要获取的两种状态 - desired state: 期望的状态,哪些apps应该是running状态,哪些instances应该是running状态.这些信息是通过http协议从CC中发送过来 - actual state: 实际状态,哪些

Deploying Cloud Foundry on OpenStack Juno and XenServer (Part II)

link http://rabbitstack.github.io/deploying-cloud-foundry-on-openstack-juno-and-xenserver-part-ii/ Let's move on. We should have our OpenStack instance prepared for Cloud Foundry. The most usual way of deploying Cloud Foundry is through BOSH. For the

开源的PaaS方案:在OpenStack上部署CloudFoundry (四)使用Micro Bosh部署CloudFoundry

使用bosh部署应用是需要两部分,一个是创建虚拟机使用的模板stemcell,另外一个是应该的Release.所以,部署CloudFoundry之前需要上传stencil和release 4.1 使用bosh上传Stemcell [python] view plaincopy # bosh upload stemcell ~/stemcell/bosh-stemcell-2652-openstack-kvm-ubuntu-lucid-go_agent.tgz # bosh stemcells +

Cloud Foundry中DEA与warden通信完成应用端口监听

在Cloud Foundry v2版本中,DEA为一个用户应用运行的控制模块,而应用的真正运行都是依附于warden.更具体的来说,是DEA接收到Cloud Controller的请求:DEA发送请求给warden server:warden server创建warden container并将用户应用droplet等环境配置好:DEA发送应用启动请求至warden serve:最后warden container执行启动脚本启动应用. 本文主要具体描述,DEA如何与warden交互,以保证最终