官网地址:https://vcftools.github.io/examples.html

vcftools的软件下载:https://vcftools.github.io/examples.html

安装

第一种情况的:

tar -xvf vcfools.0.X.XX.tar.gz
export PERL5LIB=/path/to/your/vcftools-directory/src/perl/
cd vcftools/ 
./configure	
make 
make install

第二种情况:

cd vcftools/ 
./autogen.sh 
./configure	
make 
make install

 

 使用

# 用vcftools软件将vcf格式围成genotype252.map和genotype252.ped两个文件
vcftools --vcf genotype_252_填补.hmp.vcf --plink --out genotype252

  

相关文章:

  • 2021-06-20
  • 2021-11-01
  • 2021-08-22
  • 2022-12-23
  • 2021-12-05
  • 2021-07-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2021-12-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案