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

extractRawMirroredAlleleBFractions(): Error in setSignals(res, dh) : object 'res' not found #2

Closed
HenrikBengtsson opened this issue Jan 21, 2015 · 2 comments
Labels

Comments

@HenrikBengtsson
Copy link
Owner

extractRawMirroredAlleleBFractions() gives error

Error in setSignals(res, dh) : object 'res' not found

because

> extractRawMirroredAlleleBFractions.RawAlleleBFractions
function (this, ...)
{
    beta <- getSignals(this)
    dh <- abs(beta - 1/2)
    res <- setSignals(res, dh)
    class(res) <- c("RawMirroredAlleleBFractions", class(res))
    res
}
<environment: namespace:aroma.core>
@HenrikBengtsson
Copy link
Owner Author

It's probably a res <- clone(this) that is missing.

@HenrikBengtsson
Copy link
Owner Author

Fixed in commit 538fec5.

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

1 participant