Skip to content
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

No CellPhoneDB interacions found in this input #209

Open
lidd77 opened this issue Jan 7, 2025 · 1 comment
Open

No CellPhoneDB interacions found in this input #209

lidd77 opened this issue Jan 7, 2025 · 1 comment

Comments

@lidd77
Copy link

lidd77 commented Jan 7, 2025

Hello,

I am using CellphoneDB for Xenium 5k data as the input .

cellphonedb method statistical_analysis cell_meta.txt c_counts.txt --counts-data=hgnc_symbol --threads=10

 cell_meta.txt :  two columns( Cell , cell_type)
 for cell_type  , it have four types :  
                     type1: 4306 cells  
                     type2: 2398cells  
                     type3: 228 cells  
                     type4: 624 cells
 c_counts.txt  :4899 genes by 7000 cells  

but I got the error prompt: No CellPhoneDB interacions found in this input .

So CellphoneDB is not work at Xenium 5k data ? or Xenium 5k have fewer gene number ?

Expecting your reply !

@cakirb
Copy link
Collaborator

cakirb commented Jan 13, 2025

Hello @lidd77,

This is not an error message, it means that CellPhoneDB couldn’t detect any interactions from your dataset.

CellPhoneDB is compatible with Xenium 5k datasets. However, as you mentioned, the relatively smaller number of genes in Xenium 5k datasets can make it more likely to find no detectable interactions.

Additionally, I noticed that you're using CLI commands. Please note that CLI commands have been discontinued after version 5. Instead, you should use CellPhoneDB from Python rather than running commands from the terminal.

If you'd like to use the current version you have, I recommend double-checking that your dataset uses gene symbols rather than ENSG IDs to ensure everything is set up correctly, as your code appears to require gene symbols.

Hope this helps!

Best,
Batu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants