SpatialDM
SpatialDM copied to clipboard
Spatial direct messaging detected by bivariate Moran
Hello, I'm using stereo-seq with lower bin size, and so I've got a few ten thousands of pixels, when I try to run spatialdm_local it tells me my memory is...
Hello, I noticed that the package compares the actual global I with the permuted global I's to compute the permutation p-value: adata.uns['global_stat']['perm']['global_p'] = 1 - (adata.uns['global_I'] \ > adata.uns['global_stat']['perm']['global_perm'].T).sum(axis=0) /...
I'm trying to run the tutorial and am receiving this error while running sdm.spatialdm_local(adata, n_perm=1000, method='both', specified_ind=None, nproc=1). The full error is pasted below: Traceback (most recent call last): File...
Hi, Thanks for the amazing tool! Is it possible that after running everything, to extract top K most likely sender-receiver cell-type pair for a specific ligand-receptor pathway? Thanks!
Some draft tasks, please keep adding: - [ ] the selection of l value for the spatial weight matrix (needs to be more automated & more intuitive instructions - [...