-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CellAnnotation in scRNA-seq experiment with R (4.0.5) using Seurat (4.0) library #1
Comments
Thank you for your interest! What problem do you have specifically? The processed datasets are published on GEO along with just metadata annotation, if you want to just reuse the data. To load data in Seurat, please see this package If you want to rerun the analysis, you need to follow the code in this repository, and it's not in R/Seurat. |
Ok, i.e. When I try to annotate the clusters with the
|
This error generally means that the dimensions of left-hand side and right-hand side of assignment are not the same. If you post your code, I might be able to tell why this problem comes up |
Of course. names(stromal.ids) = levels (stromal) |
Sorry, I cannot determine from the code what you were trying to do. |
Hello Bharat's lab, I think it is an amazing job what you did!
I've got a little problem at the moment when I want to annotate or identify the clusters, due to you grouped four different sets (immune, epithelial, stromal and global). I shall wish to know how I can do it or how you did it.
PD: I am using RStudio (4.0.5) and Seurat (4.0) library in order to analyze the dataset.
Thanks and regards EJL.
The text was updated successfully, but these errors were encountered: