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
Hello everyone,
I am using Sierra and I keep getting this error for all PlotRelativeExpression functions (TSNE, UMAP, Box).
error in apply(expression.set, 1, function(x) { : dim(x) must have a positive length
I checked my Sierra object and everything looks okay. I completed the DUTest without any problem. I also converted my counts in Sierra Object via as.matrix() function but nothing changed.
What might be the problem?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Sorry for the slow response. Could you check the active Idents in your Seurat object? This is what Sierra relies on to generate the relative expression and I suspect the most likely cause of that error message is a problem with subsetting the data by cell cluster/class identity.
Hello everyone,
I am using Sierra and I keep getting this error for all PlotRelativeExpression functions (TSNE, UMAP, Box).
error in apply(expression.set, 1, function(x) { : dim(x) must have a positive length
I checked my Sierra object and everything looks okay. I completed the DUTest without any problem. I also converted my counts in Sierra Object via as.matrix() function but nothing changed.
What might be the problem?
Thank you in advance.
The text was updated successfully, but these errors were encountered: