-
Notifications
You must be signed in to change notification settings - Fork 5
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
why some variants are filtered out in the final output? #6
Comments
Dear fengpku,
GRoSS automatically filters out variants with global minor allele frequency
< 5%, or that contain missing data. Could this apply in your case?
Cheers,
Fernando
…On Fri, Oct 16, 2020 at 6:01 AM fengpku ***@***.***> wrote:
my input number of variants is 1096103, but the output is only 189948
lines. Is that correct?
Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLXSAVIIOTBNAG5V43KJNLSK7ARZANCNFSM4SSZ3A6Q>
.
--
Fernando Racimo, PhD
Associate Professor of Population Genetics
Globe Institute
University of Copenhagen
Øster Voldgade 5-7, DK-1350 Copenhagen, Denmark
|
Thank you for your reply. I think you are correct, the MAF<0.5 variants are filtered out. |
Hi Fernando, |
Yes, sorry, it's 1%.
…On Mon, Feb 22, 2021 at 8:16 PM fengpku ***@***.***> wrote:
Hi Fernando,
I see in the LoadFiles.R line 37 : fcutoff <- 0.01. I think this should be
the filter threshold.
So is the MAF cutoff 0.01 or 0.05?
Thanks,
Yuanqing
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABLXSAT6IRTX6572PHSTEDLTAKUQVANCNFSM4SSZ3A6Q>
.
--
Fernando Racimo, PhD
Associate Professor of Population Genetics
Globe Institute
University of Copenhagen
Øster Voldgade 5-7, DK-1350 Copenhagen, Denmark
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
my input number of variants is 1096103, but the output is only 189948 lines. Is that correct?
Thanks!
The text was updated successfully, but these errors were encountered: