I am new to plink and i am using it to detect the runs of homozygosity ROH. which output file do I use to estimate inbreeding, the plink.hom or plink.indv?
Hello everyone, I have tried to input a GVCF file in PLINK to detect Runs Of Homozygosity (ROH) using the following scripts: plink --vcf GVCF_SNPs_edit.vcf …
Hi, I am using plink to calculate runs of homozygosity. For 50k ovine data. After Quality control I use folow comand: plink --file mydata --homozyg-snp …
Hello! I am trying to merge files in plink, I used the following command:- ./plink --file data1 --merge data2.ped data2.map --noweb --recode --out merged. In …