-
Notifications
You must be signed in to change notification settings - Fork 60
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
smartpca eigen vector file missing individuals #83
Comments
Samples with no data or very little are dropped.
There may be a message in the log file "insufficient data..."
Almost for sure there is a data issue with your dropped samples.
Nick
…On Tue, Nov 1, 2022 at 7:42 PM victor-cg1 ***@***.***> wrote:
Hello,
I noticed that I am missing some individuals in my eigen vector output
file after running smartpca. My total number of individuals is 322 and the
file only has information for 300 individuals. Is there some form of
filtering that is done by the software that I am not accounting for?
I also checked the .ind file to see if some may have been mis-assigned to
a population with a typo but that doesn't seem to be the case. I would
greatly appreciate your help.
—
Reply to this email directly, view it on GitHub
<#83>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEE77BZBHXLH5CVXMCXFOHTWGGTGHANCNFSM6AAAAAARURK5DQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello Nick, Thank you for the insight. Is there a way to see what criteria these samples failed? All of these samples already went through a filtering process (vcftools --max-missing) before they were prepared for smartpca format. Thanks again, |
I assume there is nothing useful in the logfile
I would run convertf and write out the genotypes for these
22 samples in eigenstrat format. Maybe the problem will be obvious.
N
…On Wed, Nov 2, 2022 at 4:20 PM victor-cg1 ***@***.***> wrote:
Hello Nick,
Thank you for the insight. Is there a way to see what criteria these
samples failed? All of these samples already went through a filtering
process (vcftools --max-missing) before they were prepared for smartpca
format.
Thanks again,
Victor
—
Reply to this email directly, view it on GitHub
<#83 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEE77B5SGTF2KUY3IUITRMLWGLEI5ANCNFSM6AAAAAARURK5DQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I noticed that I am missing some individuals in my eigen vector output file after running smartpca. My total number of individuals is 322 and the file only has information for 300 individuals. Is there some form of filtering that is done by the software that I am not accounting for?
I also checked the .ind file to see if some may have been mis-assigned to a population with a typo but that doesn't seem to be the case. I would greatly appreciate your help.
The text was updated successfully, but these errors were encountered: