Entering edit mode
3.3 years ago
Max
▴
10
Welcome...
I have Est1000HGDP data and this data is in a PLINK format:
Est1000HGDP.bed
Est1000HGDP.bim
Est1000HGDP.fam
I have other data from the study by Henn et al. 2012 in the same format:
Henn.bed
Henn.bim
Henn.fam
And I want to merge these files with each other, and unfortunately I tried many commands and failed!
First, thanks for the reply.
Second, yes, the process succeeded and the files were merged, but the merged files disappear after a short time of creation, and only these .log & .nosex files remain
Please explain this in better detail, if you can? It may help to post the status messages, and any warning or error messages that you receive. Also, please let us know on which system you run PLINK, which version you use, and how it is loaded / installed.
Thank you Kevin...
First I use PLINK on Linux Mint 20.2: https://linuxmint.com/download.php
Secondly, the version of PLINK I used is 1.90: https://www.cog-genomics.org/plink/
As for the way to work, we put PLINK next to the data in one folder and then use the commands like this, for example:
Finally, in terms of errors, this is the message that appears to me after the files disappear:
Thanks in advance...
The error message tells you that you need to either provide sex information, or add —allow-no-sex to your command line.
I used this:
./plink --bfile Est1000HGDP --bmerge Henn --make-bed --allow-no-sex --out Embeddedfiles
And I got this:
Error: Failed to open Est1000HGDP.
Can you post the full and exact .log file? That error message implies that you ran a slightly different command.
Ok you did it!
After I used this command, everything remained normal and working properly:
./plink --bfile Est1000HGDP --bmerge Henn --make-bed --must-have-sex --out Embeddedfiles
I can't help but thank you, thank you very much