-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PLAF file #362
Comments
I am also having this problem. Does anyone have a solution? |
dear @nramme and @trn30 , just saw your message, please see this repo https://github.com/DEploid-dev/DEploid-Supplementary-Materials I initialy filter the vcf file to high quality sites, extract the ref and alt counts for each sample, and you can compute the plaf by PLAF = \sum_{ALT} / (\sum_{ALT} + \sum_{REF}) |
Thank you very much for your reply, I have followed your recommendations and got the plaf file but when I run deplod I get this error as a result:
The number of lines in the plaf file matches the number of lines validated in the vcf file. I have also added a header to the PLAF files containing "CHROM POS PLAF" separated by tabs al the rest of the rows. I am very interested in using the program, so if you could help me to correct these errors and make it work I would be very grateful. Thanks in advance. |
hi @trn30
Do you know what is causing this? |
Hello,
I am trying to use DEploid with vcf files obtained through GATK and I don't know how to generate the PLAF file, I have tried to extract from the gatk vcf the AF value and generate a table as required but it generates this error:
Error: Number of sites was wrong (compares to ref count)
could you help me to solve this question or tell me how to generate the correct PLAF file?
The text was updated successfully, but these errors were encountered: