idx <- sort(apply(prob.pathways.sig, 3, sum), decreasing=TRUE, index.return = TRUE)$ix In order to solve this issue, the argument drop=F can be added in the step when the matrix of significant pathways are subsetted from all of the probability pathways @sqjin if you could kindly ad...
🐛 Describe the bug The documentation of the dim argument of torch.logsumexp says: dim (int or tuple of ints, optional) – the dimension or dimensions to reduce. If None, all dimensions are reduced. However, when setting dim=None, which ac...