如果想将基因型转化为0,1,2
可以使用命令:plink --bfile file --recodeA --out recodefile

如果想将基因型转化为0,1
可以使用命令:plink --bfile file --recodeD --out recodefile

如果想将基因型同时转化为0,1和0,1,2
可以使用命令:plink --bfile file --recodeAD --out recodefile

相关文章:

  • 2022-12-23
  • 2022-01-30
  • 2021-05-19
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2022-01-19
  • 2021-10-15
  • 2021-08-15
  • 2021-12-11
  • 2022-12-23
  • 2021-08-24
相关资源
相似解决方案