You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the following correct approach for creating our own ligand receptor database? I tried to create this from cellchat v2 database and apply it to my Xenium data.
Below is the code for the same, The starting cellchat db file is also attached, (For creating this file I broke down complex Ligand receptor interactions into non-complex ones e.g. interaction (in cellchat) TGFB1_TGFBR1_TGFBR2 is broken down into 2 simple interactions i.e.
TGFB1 TGFBR1 TGFB1 TGFBR2
Attached is the cellchat DB file (simplified) that I started from along with the code used for generating your database files. On the first pass while the database works it only outputs few Ligand receptor pairs as significant (33) of which at least 150 genes are present in the Xenium data.
I am not sure if this is because of the way it was put in or something else?
This is cross-referenced from the other closed issue.
#7
Hi,
Is the following correct approach for creating our own ligand receptor database? I tried to create this from cellchat v2 database and apply it to my Xenium data.
Below is the code for the same, The starting cellchat db file is also attached, (For creating this file I broke down complex Ligand receptor interactions into non-complex ones e.g. interaction (in cellchat) TGFB1_TGFBR1_TGFBR2 is broken down into 2 simple interactions i.e.
TGFB1 TGFBR1
TGFB1 TGFBR2
Attached is the cellchat DB file (simplified) that I started from along with the code used for generating your database files. On the first pass while the database works it only outputs few Ligand receptor pairs as significant (33) of which at least 150 genes are present in the Xenium data.
I am not sure if this is because of the way it was put in or something else?
Kindly let me know what you think about it?
Attached is the input (broken down cellchat database file used for the code below).
CellChatDB_df_noncomp2_withannot.csv
Below is the code I used to arrive at the database input I used to arrive at the custom cytosignal database.
Let me know if this looks accurate to you or otherwise?
Thank you!
The text was updated successfully, but these errors were encountered: