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.
I'm using Seurat 4.3 and it worked for me by installing the commit 02754e1 with remotes::install_github('satijalab/seurat-wrappers@02754e1517e51a5ee093e8c2f247b49f85ee2d40')
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?