monocle-release icon indicating copy to clipboard operation
monocle-release copied to clipboard

Error for importCDS function

Open hx07-code opened this issue 7 months ago • 0 comments

When creating monocle celldataset with seurat object with importCDS function, it will be failed.

The first line of importCDS function: ' if(class(otherCDS))[1] == "seurat" ' doesn't match the default class of seurat object: 'Seurat', which lead to an error 'the object type you want to import to is not supported'.

hx07-code avatar Jul 12 '24 02:07 hx07-code