-
Notifications
You must be signed in to change notification settings - Fork 18
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
How to set up the preprocessing part of the chromosome #86
Comments
Hi @qiqi277, Sorry for the late reply, and thank you for your interest in our package! Currently, Monopogen can only process human samples since it uses the human reference for imputation. However, if you'd like to adapt the framework for pig samples with 18 chromosomes, you can modify the code in the Monopogen.py file by changing the for loops on lines 213 and 225 to: And for the subsequent imputation steps, you will need to update the code to use the pig sample reference. |
Hello, thank you very much for your reply. |
Yes, currently Monopogen can only process human data. That is because we use 1KG3 dataset which is a human genetic variation catalog as the imputation reference. As I mentioned in the second part of my comment, you would need to use a pig-specific panel for your samples. |
May I ask if there are any special requirements for this imputation reference? I used a panel containing 2337 pig samples, which contains snp and sv. |
Hello, thank you very much for developing the Monopogen software.
I have encountered some problems in the running process. I run the pig sample, but when I run the preprocessing part, it shows an error because I can't find chromosome 19. What can I do to make it work with only the first 18 chromosomes? Here is my error message.
`
Looking forward to your reply!
The text was updated successfully, but these errors were encountered: