seurat-wrappers icon indicating copy to clipboard operation
seurat-wrappers copied to clipboard

Error converting Seurat object to cell_data_set, bug fix no longer exists

Open azurocha opened this issue 9 months ago • 1 comments

When I run this function: merge_all_filtered <- SeuratWrappers::as.cell_data_set(merge_all_filtered) I get: Error in slot(object = *tmp*, name = "preprocess_aux") : no slot of name "preprocess_aux" for this object of class "cell_data_set". I found previous threads (https://github.com/satijalab/seurat-wrappers/pull/120) where remotes::install_github('tfrayner/seurat-wrappers', ref='monocle3-conversion-bugfix') fixed the issue but this commit is no longer there: HTTP error 404. No commit found for the ref monocle3-conversion-bugfix.

Do you have any suggestions as to how to proceed?

azurocha avatar Apr 30 '24 16:04 azurocha

I'm using Seurat 4.3 and it worked for me by installing the commit 02754e1 with remotes::install_github('satijalab/seurat-wrappers@02754e1517e51a5ee093e8c2f247b49f85ee2d40')

corralee avatar May 02 '24 15:05 corralee