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

aracne2regulon fails #6

Open
saksham219 opened this issue Sep 13, 2018 · 2 comments
Open

aracne2regulon fails #6

saksham219 opened this issue Sep 13, 2018 · 2 comments

Comments

@saksham219
Copy link

viper::aracne2regulon(adj_file, e_data, verbose = T)

This fails with the following message "Error in postprobs[, w] : subscript out of bounds". The source of this error is the updateRegulon internal function which basically makes all elements of the S4 object as empty if the first element of the object in its input is NULL. This will be fairly common when all TFs in the adjacency file will not be found in the expression data. That is why this error is fairly common. This can be resolved by fixing the updateRegulon function. I can create a pull request for this. Thanks

@adminshuang
Copy link

have you solved the problem.I came across the same question and it so trapped me.Could you give some advice?

@saksham219
Copy link
Author

I was not able to fix this, but I remember that there was a workaround. Since it was a long time ago I have lost context on the problem. Could you explain your problem a bit more?

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

2 participants