Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemoving failed IDs #2
Comments
|
Thank you for spotting this! I have fixed the issue now and you can download the latest release 0.2.2 from github while it is undergoing CRAN checks. |
Thanks for providing this package. I found a tiny bug :
The --remove flag of plink expects the file to contain space/tab delimited FIDs and IIDs. However, line 311 of individualQC.R writes the fail.IDs file by writing IID twice. This will only work if FID = IID.