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
It seems the issue is in the function f_score_ctgenes_U:
The line colnames(mat) <- sce$barcodes assumes that the colData of the input singleCellExperiment-object has a column named "barcodes".
May I suggest to either state this in the documentation, or to enable the user to pass an argument that specifies the name of the barcodes-column?
Also, it would be nice to have a more verbose error output.
We I tried running the function scROSHI I get the above error.
Here's the exact command I ran:
My singleCellExperiment objects looks like this:
The text was updated successfully, but these errors were encountered: