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

Is mupdog available for half-sib families? #18

Open
LizPopowski opened this issue Apr 1, 2021 · 1 comment
Open

Is mupdog available for half-sib families? #18

LizPopowski opened this issue Apr 1, 2021 · 1 comment
Labels

Comments

@LizPopowski
Copy link

Hi,
I have read about mupdog for use with half-sib families. This is package currently available? I found a reference to it at https://mran.microsoft.com/snapshot/2018-07-16/web/packages/updog/readme/README.html but I'm not able to locate any other references to processing half-sib families.

Also, what is the most recent version of updog available?

Thanks,
Liz

@dcgerard
Copy link
Owner

dcgerard commented Apr 1, 2021

Hey @LizPopowski,

Thanks for trying out the updog package!

mupdog() was always experimental. And since it was slow and I never got around to testing it extensively, I ultimately removed it from the package.

You can try it out if you are interested by installing an older version of updog:

library(remotes)
remotes::install_version(package = "updog", version = "1.2.0", repos = "http://cran.us.r-project.org")

Using multidog() with model = "norm" would not be incorrect --- the assumptions of that model are fulfilled, it just does not take advantage of the pedigree information.

The most recent CRAN version is 2.0.2, while the dev version on GitHub is 2.1.0. The dev version uses the future package so that folks have more control over the parallelization, but I haven't pushed it to CRAN yet because I've heard some folks are having trouble with the future package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants