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

Incorrect dimensions error in proxy_match function #26

Open
jjmpal opened this issue Apr 3, 2023 · 0 comments
Open

Incorrect dimensions error in proxy_match function #26

jjmpal opened this issue Apr 3, 2023 · 0 comments

Comments

@jjmpal
Copy link

jjmpal commented Apr 3, 2023

If tibble defunct error is fixed following the suggestion in #25 in proxy.r the following line of code in the same proxy_match function gives error for incorrect number of dimensions. The left side appears to be in my case num [1:2] and the right side List of 2. Dropping the as.list pipe would give equal dimensions for both sides but I am not sure if it would work for all combinations of systems/packages. Should there by a type check before the value is assigned? I apologise if the suggestion #25 would end up to be the cause of this error.

VariantAnnotation::geno(prox)[["ES"]][!sign_index] <- {unlist(VariantAnnotation::geno(prox)[["ES"]][!sign_index]) * -1} %>% as.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant