-
Notifications
You must be signed in to change notification settings - Fork 603
corrected javadoc for InbreedingCoeff #5768
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5768 +/- ##
===============================================
- Coverage 86.982% 86.981% -0.001%
Complexity 31861 31861
===============================================
Files 1943 1943
Lines 146770 146770
Branches 16223 16223
===============================================
- Hits 127663 127662 -1
Misses 13194 13194
- Partials 5913 5914 +1
|
How can F be a probability when it takes on negative values? Also, I've never heard of it being called the Fixation Score. Is that in one of your stat gen books? |
It's the probability of alleles being IBD provided that inbreeding is the only source of deviation from HWE and in the limit of infinite sample size washing out statistical noise. Under these assumptions it's always positive. How about I rewrite the docs to be much, much clearer about this?
I hadn't heard of it, either, but Wikipedia told me so: https://en.wikipedia.org/wiki/F-statistics |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that we mostly process human data it might be better to say "consanguinity is the only source of deviation" because inbreeding the context of humans is rather gauche. Sorry for nitpicking. Merge when you're ready.
Switched to cosanguinuity. |
I don't think that's a word: https://www.merriam-webster.com/dictionary/consanguinity |
Oh no! |
Closes #5712.
@ldgauthier can you look at this?