cole-trapnell-lab / monocle-release

277 stars 116 forks source link

Error for importCDS function #514

Open hx07-code opened 2 months ago

hx07-code commented 2 months ago

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'.