You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have some data from David Reich Lab. I want to convert it into VCF file. Could you please guide me how can I do this. Here I attached a sample dataset.
hi
first convert by convertf to PACKEDPED format command: convertf -p par.txt
par.txt create and edit:
genotypename: sample_data.geno
snpname: sample_data.snp
indivname: sample_data.ind
outputformat: PACKEDPED
genotypeoutname: sample_data.bed
snpoutname: sample_data.bim
indivoutname: sample_data.fam
Then
with PLINK 1.9
With command: plink --bfile sample_data --recode vcf --out sample_datanew
Hi, I have some data from David Reich Lab. I want to convert it into VCF file. Could you please guide me how can I do this. Here I attached a sample dataset.
sample_data.zip
Thanks in anticipation.
The text was updated successfully, but these errors were encountered: