monocle-release
monocle-release copied to clipboard
Error for importCDS function
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'.