Replies: 1 comment
-
Unsure if this is the now-intended way or not, but you could effectively "override" the
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was following this vignette to add a custom dimensional reduction with Seurat v5, however I am encountering an error.
The table I use is: Combined_embedding_v0.csv
And here is my code
This is the error I receive: Error: Cannot add new cells with [[<-
I also tried going through the test data in the vignette and I get this error at the step
d <- dist(t(GetAssayData(pbmc, slot = "scale.data")))
:Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 't': no applicable method for 'GetAssayData' applied to an object of class "seurat"
Is this a problem with the version or am I doing something wrong?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions