sh [SMR]基于概要的孟德尔随机化
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh [SMR]基于概要的孟德尔随机化相关的知识,希望对你有一定的参考价值。
smr=/u/home/g/gandalm/project-gandalm/SMR/smr_Linux
bfile=/u/home/g/gandalm/nobackup-dhg/PsychEncodeGenotypes/PsychEncode
gwas=/u/home/g/gandalm/project-gandalm/datasets/GWAS/SCZ.CLOZUK.2018/SCZ.CLOZUK.2018.COJO.chrBP.ma
eqtl=/u/home/g/gandalm/project-gandalm/datasets/eQTL/PsychEncode/PsychEncode_eQTL
MHCsnps=/u/home/g/gandalm/project-gandalm/datasets/GWAS/MHC_snps.list
#fdrSignSNPS=/u/home/g/gandalm/project-gandalm/datasets/eQTL/PsychEncode/isoQTL_significant_snps.list
$smr --bfile $bfile --gwas-summary $gwas --beqtl-summary $eqtl --out ./output/SCZ_eQTL_noMHC_trans --thread-num 16 --smr-multi --exclude-snp $MHCsnps --trans
source("plot_SMR.r")
SMRData = ReadSMRData("./plot/SCZ_isoQTL_sigOnly_noMHC.ENST00000242152.2.txt")
SMRLocusPlot(data=SMRData, smr_thresh=8.4e-6, heidi_thresh=0.05, plotWindow=2000, max_anno_probe=16)
以上是关于sh [SMR]基于概要的孟德尔随机化的主要内容,如果未能解决你的问题,请参考以下文章
SMR磁盘学习4--HiSMRfs
背包问题基于遗传算法求解多背包问题matlab源码
背包问题基于遗传算法求解多背包问题matlab源码
背包问题基于遗传算法求解多背包问题matlab源码
路径规划基于遗传算法实现物流中心配送方案matlab源码
R语言进阶之时间序列分析