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
Hii,
I'm running into the same issue when trying to use func multiSpecificity() for seurat object v5. Can you please let me know how you fixed the issue if you could? Appreciate your help!
I was facing the same issue. If the default assay is set to SCT the GetAssayData on which the getExpressionMatrix(object, which.data = "data") depends works and the error is resolved for me!
Incase SCT is not what you prefer and you have your normalized data stored differently, you can modify the function easily by just changing how you access the data. Doing this should be easy, write the same function as on GitHub of scMiko for getExpressionMatrix by updating the way to access the data and then use the following commands to overwrite the existinbg function in scMiko :-
Here the error
multiSpecificity(object = seurat_object_v5)
Error in getExpressionMatrix(object, which.data = "data") :
no slot of name "data" for this object of class "Assay5"
I think an update in the package to make it compatible with Seurat v5 would be great
The text was updated successfully, but these errors were encountered: