Skip to content
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

NA is not allowed in genotype, use 'MVP.Data.impute' to impute #94

Open
suvihon opened this issue Dec 14, 2023 · 1 comment
Open

NA is not allowed in genotype, use 'MVP.Data.impute' to impute #94

suvihon opened this issue Dec 14, 2023 · 1 comment

Comments

@suvihon
Copy link

suvihon commented Dec 14, 2023

I tried using rMVP to do GWAS with my data, I must say I'm impressed by the speed and figures it makes as a standard output. Others in my lab tend to run GWAS without imputing missing data. Seems like rMVP doesn't have this option so I'm a bit unsure what to do.

Based on the documentation I understood it is not recommended to do imputation in rMVP, but I should impute my data using something else (like BEAGLE) and then use rMVP. Is this correct? Is there really no option to run imMVP() without imputing missing data?

@YinLiLin
Copy link
Collaborator

In the function 'MVP.Data()' of rMVP, we have implemented very simple procedure to impute missing genotype, thus it acceptable for rMVP to run GWAS using missing genotype. However, we recommend not doing that if the proportion of missings for markers is very large (e.g., > 10%), it's better to impute by something else (like Beagle as you said) to guarantee stable and reliable results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants