vcftools安装与使用


官网地址: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

  


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM