You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: