Replacing CellPhoneDB database
Hi, thank you for developing this database. I have mouse single cells data and I want to use your database to do analysis using CellPhoneDB. CellPhoneDB needs protein, gene, complex, and interactions input file. I've downloaded the files from your download page but I'm not sure which file to use. Could you explain how to generate the database? Thank you.
Hello, you can use mouse_lr_pairs.rds to replace the LR pairs in the CellPhoneDB input file and retain the complex pairs.
Hi, thank you for answering the question. I tried to to replace the interaction file using the mouse_lr_pairs.rds by executing this commands:
cellphonedb database generate --user-interactions mouse_pair.csv --user-interactions-only
then I got the following error: KeyError: 'partner_a'
So, I renamed the header to partner_a and partner_b, but then another error occurred: KeyError: "['source'] not in index"
Do I need to modify other files as well?