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
So the issue here is due to how Seurat operates and the as function. Basically, if an object does not have normalized and scaled data then the function cannot convert between assay types. Convert_Assay simply wraps this with some additional checks. So it's more meant to be used to convert already in process analyzed objects between formats.
I will add a check in next version to create a more informative error message for this situation.
In meantime though there is easy solution if you are creating an object from scratch. Simply run:
options(Seurat.object.assay.version = "v3")
Then create the object and it will be in V3/4 format. However, you will need to run:
Excuse me, I‘m tryign to use Convert_Assay to convert the V5 SeuratObject to V4 SeuratObject
sessionInfo() output
The text was updated successfully, but these errors were encountered: