GG boy

Results 7 comments of GG boy

I ran the "differential_nichenet_pEMT.md" vignettes. An error occurred while running "get_ligand_activities_targets", which said "`receiver` must be size 18285 or 1, not 2". this is because I definded 2 receiver under...

@csangara I ran the "differential_nichenet_pEMT.md" vignettes hardly and solved the warnings continuously, but In the final visualization steps,It seems infeasible to define two recievers. And I have tried "multinichenetr", I...

Thanks for your reply! Actually, my single cell data have 4 conditions, but there are some differences in cell_types under four conditions. For example, we think the receiver in condition1...

ok, I also met this problem, whereas I just complete its pipeline one day ago. I don't know what happend. @atarashansky ![image](https://github.com/atarashansky/SAMap/assets/76716539/c99de994-bd0f-4562-a335-9e8bf64c1753)

I downgraded the 'scipy' package to '1.12.0', this problem could be solved.

Thank for your quickly response. I'm retrieved variants from a list of studys on relative traits, code as follows, `studies

Thanks for your clear response, I set both `keys `and `neigh_from_keys` to my annotation column, code as below, `names={'mo':ENSMUST_array,'ze':ENSDART_array} ` `sm = SAMAP(filenames,f_maps = './maps/',save_processed=False, names=names,keys ={'mo':'celltype.predicted','ze':'ClusterName_short'})` `sm.run(neigh_from_keys={'mo':'celltype.predicted','ze':'ClusterName_short'})` `samap =...