-
Notifications
You must be signed in to change notification settings - Fork 166
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
Error on Step 15: No feature overlap between existing object and new layer data #646
Comments
hey, I have the same problem. did you solve it? |
no fix yet - tried rebuilding the cnv object from the raw data/from scratch and the same error occurs. Really not sure where to go from here... |
Same error here... |
Hey, I could fix it by simply changing cluster names. |
I will try it. thank you mortadelo93 !! |
All my samples already had cluster names as character strings. Will try renaming them to something else and running, @kiritsugu233 let me know if you have success. Thanks @mortadelo93 |
I encountered the same problem. Finally, the numerical column names of the clusters in the read data were renamed to the corresponding cell type names. |
Hello,
Thank you for your wonderful product!
I am analyzing multiple datasets in parallel using a similar inferCNV code workflow. My datasets are integrated seurat objects which I have converted to inferCNV objects without issue. Four of my six datasets get through my workflow perfectly and without issue. Two of them however are throwing the same error on step 15 of my inferCNV analysis:
`STEP 15: computing tumor subclusters via leiden
INFO [2024-03-08 09:45:32] define_signif_tumor_subclusters(p_val=0.1
INFO [2024-03-08 09:45:35] define_signif_tumor_subclusters(), tumor: myTumor
INFO [2024-03-08 09:45:35] Setting auto leiden resolution for myTumor to 0.000278088
Error: No feature overlap between existing object and new layer data
Execution halted`
I am confused because all six datasets underwent the same preprocessing and clustering workflow before my cnv analysis (some even have the same cells - they are different combinations of integrated datasets). The only differences I can think of between datasets is the two that are throwing this error are by far the two largest datasets of the bunch.
Thanks for any help you can provide, I am stumped on how to troubleshoot this error since my other workflows ran successfully on the same code.
The text was updated successfully, but these errors were encountered: