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

Shortcut for computing inbreeding when creating/loading pedigree #2

Open
wintermind opened this issue Nov 7, 2012 · 0 comments
Open
Assignees

Comments

@wintermind
Copy link
Owner

Right now, the only way to do this is using the form_nrm keyword. That's fine for small pedigrees, and really slow for large ones. It would be nice if you could tell PyPedal to load the pedigree, and as part of the loading process compute the CoI and store them in the pedigree. Note that it is important that the method for computing inbreeding be user-specifiable.

The downside is that this will require some work, and will save only one line of code for the user.

@ghost ghost assigned wintermind Nov 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant