-
Notifications
You must be signed in to change notification settings - Fork 44
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 should I know what are the genotype values that are missing and drop them before the computation? #303
Comments
Hi, you still have three other issues open here. |
Sounds good, I closed two of them and will get back to one of them later on (since I'm taking a different path now, and I think is related to this question) |
To handle missing values, have a look at this pinned issue. But isn't it imputed data that you have here? Why do you still have missing values in there? |
Yes it's imputed, so it wouldn't be a problem of imputation, but it looks like |
I think I can totally get the indices and use plink2 to filter out these snps but just wondering if there's a way to handle this in this package too, and I think it may be helpful to type check this in the |
You can use the ind.col parameter in the PCA functions to only use a subset of variants. |
How should I know what are the values that are missing and drop them before the computation?
I tried removing missing genotype data with
mind
andgeno
filter in plink2 but still the above error appear.The function
as_scaling_fun
is defined asas mentioned in another issue #301. I've decided to open a new issue here because it looks like a different question.
The text was updated successfully, but these errors were encountered: