You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (#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?
The text was updated successfully, but these errors were encountered:
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 (#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?
The text was updated successfully, but these errors were encountered: