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

What is minRatio option? #39

Open
chulghim opened this issue Mar 3, 2021 · 1 comment
Open

What is minRatio option? #39

chulghim opened this issue Mar 3, 2021 · 1 comment

Comments

@chulghim
Copy link

chulghim commented Mar 3, 2021

I got this message:
Chunk 3 has less than 0.1% of variants from the GWAS panel overlapping with the reference panel ...
Please increase the value of "--chunkSize" to analyze larger chunks
or decrease the value of "--minRatio" = 0.1

Afte that, i decreased the value of --minRatio and then, it worked good.
and ChunkSize doen't work.

I want to know the meaing of minRatio.

@jonathonl
Copy link
Contributor

This message is referring to the Sites(GWAS/Ref/%) column in the log. If there aren't enough sites in your array data (labeled GWAS) compared to the reference panel (labeled Ref), then the accuracy of your imputation results may suffer. Increasing --chunkSize will only help if the current --chunkSize is too small and some of the chunks are entirely made up of sparse regions in your array data.

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