-
Notifications
You must be signed in to change notification settings - Fork 24
split.by error in Clustered_DotPlot function #172
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
Comments
Hi, Are you only providing one gene to the function to plot? Could you paste the output of Thanks, |
Hi @apal6, Just wanted to followup on my previous message to try and figure out the issue. Best, |
Hi @samuel-marsh, Thank you for following up.
table([email protected]$time2) Code: Thank you! |
Hi @apal6, Sorry for delay getting back to you. Before we continue trying to troubleshoot back and forth I wanted to check if it is possible to share the object so I can try and troubleshoot directly? If so please send me an email: [email protected] and I will send you google drive link to upload the object. If not let me know here and there are couple of things we can try back and forth here. Best, |
Hi @samuel-marsh , I think I got it working. Thank you for your time. |
hi~I also encountered the same error when using the same code. How did you debug it? |
Hello @samuel-marsh , Unfortunately, I have come across this same issue in scCustomize_3.0.1.
results in
Happy to share my seurat object if you can send me a upload link. Here is my sessionInfo: sessionInfoR version 4.4.1 (2024-06-14) Platform: x86_64-pc-linux-gnu Running under: Ubuntu 22.04.5 LTSMatrix products: default locale: time zone: America/Los_Angeles attached base packages: other attached packages: loaded via a namespace (and not attached): Thank you, |
same error here with scCustomize_3.0.1 |
You can run:
Best, |
Hi,
Thank you for the package. I was able to use the function Clustered_DotPlot without using split.by parameter. I want to look at the expression at different timepoints and time2 column is there in my metadata but i get an error when I try to use split.by.
`Clustered_DotPlot(seurat_object = _Seurat, split.by = "time2", features = c("gene1"),
Error in
[.data.frame
(percent_mat, , idx) : undefined columns selected`Could you help?
Thank you!
The text was updated successfully, but these errors were encountered: