Teichlab / cellphonedb

MIT License
342 stars 105 forks source link

How to use user defined ligand-receptor datasets #137

Closed wwn7268 closed 4 years ago

wwn7268 commented 4 years ago

Hi CellphoneDB team,

I want to infer cell-cell communication with my owe database. I try to use the code below.

cellphonedb database generate --user-interactions your_custom_interaction_file.csv --user-interactions-only

So what kind of csv file should I input? Could you show me an example of this csv file. Thank you very mauch!

Best

mvento commented 4 years ago

Hi @wwn7268,

You use the original as example: https://github.com/Teichlab/cellphonedb-data/tree/master/data

Here you can check the mandatory columns and the process.

Best!