随笔分类 - 生信
摘要:001、plink root@PC1:/home/test# ls gwas_case_cont.map gwas_case_cont.ped root@PC1:/home/test# plink --file gwas_case_cont --pca 3 1> /dev/null ## 生成PCA
阅读全文
摘要:001、plink root@PC1:/home/test# ls gwas_case_cont.map gwas_case_cont.ped root@PC1:/home/test# plink --file gwas_case_cont --logistic beta 1> /dev/null
阅读全文
摘要:001、plink --het (纯合度近交系数) root@PC1:/home/test# ls outcome.map outcome.ped root@PC1:/home/test# plink --file outcome --het 1> /dev/null root@PC1:/home/
阅读全文
摘要:001、plink + sommer实现 root@PC1:/home/test# ls outcome.map outcome.ped root@PC1:/home/test# plink --file outcome --recode A 1> /dev/null ## 将A\T\C\G转换为0
阅读全文
摘要:001、 dir() dat <- fread("mdp_genotype_test.hmp.txt", header = F, data.table = F) ## 读入文件 genotype <- t(dat[,12:ncol(dat)])[,-1] genotype <- apply(geno
阅读全文
摘要:001、测试数据 root@PC1:/home/test# ls mdp_genotype_test.hmp.txt record.sh root@PC1:/home/test# head -n 5 mdp_genotype_test.hmp.txt | cut -f 1-13 ## 测试数据 rs
阅读全文
摘要:001、plink root@PC1:/home/test# ls gwas_test.map gwas_test.ped root@PC1:/home/test# plink --file gwas_test --pca 3 1> /dev/null root@PC1:/home/test# ls
阅读全文
摘要:001、plink + R root@PC1:/home/test# ls gwas_test.map gwas_test.ped root@PC1:/home/test# plink --file gwas_test --recode A 1> /dev/null root@PC1:/home/t
阅读全文
摘要:001、plink root@PC1:/home/test# ls gwas_test.map gwas_test.ped root@PC1:/home/test# plink --file gwas_test --assoc 1> /dev/null root@PC1:/home/test# ls
阅读全文
摘要:001、plink计算 root@PC1:/home/test# ls gwas_test.map gwas_test.ped root@PC1:/home/test# plink --file gwas_test --assoc 1> /dev/null root@PC1:/home/test#
阅读全文
摘要:001、 软件官网:https://www.broadinstitute.org/haploview/haploview 002、测试数据 root@PC1:/home/test# ls outcome.map outcome.ped root@PC1:/home/test# ls outcome.
阅读全文
摘要:001、单位bp root@DESKTOP-1N42TVH:/home/test6# ls outcome.map outcome.ped root@DESKTOP-1N42TVH:/home/test6# cut -f 1 outcome.map | uniq -c | head -n 3 524
阅读全文
摘要:001、 root@DESKTOP-1N42TVH:/home/test6/test# ls all.gff3 region_merged.bed root@DESKTOP-1N42TVH:/home/test6/test# grep -v "^#" all.gff3 | awk '$3 == "g
阅读全文
摘要:001、 root@DESKTOP-1N42TVH:/home/test5# ls record.sh region.bed root@DESKTOP-1N42TVH:/home/test5# wc -l region.bed ## 测试数据 1058 region.bed root@DESKTOP
阅读全文
摘要:001、awk 实现 root@DESKTOP-1N42TVH:/home/test5/test# ls pvalue.bed root@DESKTOP-1N42TVH:/home/test5/test# cat pvalue.bed ## 第一列染色体, 二列pos, 三列p Chr1 15700
阅读全文
摘要:--allow-no-sex:在进行关联分析时,缺失性别信息时,仍然进行分析。 001、缺失性别信息, 同时不使用改参数时: root@DESKTOP-1N42TVH:/home/test3# ls clean.bed clean.bim clean.fam root@DESKTOP-1N42TVH
阅读全文
摘要:001、 root@DESKTOP-1N42TVH:/home/test4# ls gwas_test.bed gwas_test.bim gwas_test.fam root@DESKTOP-1N42TVH:/home/test4# /home/software/gemma-0.98.5-linu
阅读全文
摘要:001、 root@DESKTOP-1N42TVH:/home/test4# ls gwas_test.bed gwas_test.bim gwas_test.fam root@DESKTOP-1N42TVH:/home/test4# /home/software/gemma-0.98.5-linu
阅读全文
摘要:001、 root@DESKTOP-1N42TVH:/home/test4# ls gwas_test.map gwas_test.ped root@DESKTOP-1N42TVH:/home/test4# plink --file gwas_test --linear --out test 1>
阅读全文
摘要:001、 root@DESKTOP-1N42TVH:/home/test4# ls gwas_test.map gwas_test.ped root@DESKTOP-1N42TVH:/home/test4# plink --file gwas_test --assoc --out test 1> /
阅读全文

浙公网安备 33010602011771号