-
Notifications
You must be signed in to change notification settings - Fork 18
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
Getting a permanent error #84
Comments
The error message tells you that 'argument "var" is missing'. You need to give this function something to color the points by. You can run But mainly, what you need to do is give something to the
|
Thank you so much I passed that now I get this
Any help please? |
Potentially you have a weird Seurat object that has odd cell column names or metadata rownames? I'm curious where this Seurat object that doesn't have a counts slot would be from... that wouldn't happen for any normal Seurat workflow. This leads me to believe the object was likely constructed in an ill-advised way. dittoSeq commonly indexes data via the cells' names. What do you see if you look at |
Coming back to this, it also looks like you have a mix of fully uppercase + some partially lowercase genes in your I don't think this is a bug to do with dittoSeq itself, so I'm going to close the issue, but feel free to respond / reopen if needed. |
Thank you for providing this nice package. I am facing the similar issue but only with the function
Error:
My Seurat object is created after subsetting a group of cells from the original Seurat object. It's a relatively small file. I can share the link for this file if you provide a good email address. Your help will be much appreciated. Thanks |
Couple issues perhaps with the syntax here:
|
Thank you, for the quick response and suggestions. This is resolved now. The issue here was again the gene names. Thank you again for this awesome package. |
Ahhh, great! Also FYI:
You could use this in the future to automate trimming to just the genes inside your object: Cheers, |
Hello
I have a Seurat object make directly from log2 normalised data (I don't have access to the raw counts)
I get this error
What is the solution please
The text was updated successfully, but these errors were encountered: