dynamo.vf.DiffusionMatrix

dynamo.vf.DiffusionMatrix(x)[source]

Diffusion matrix can be variable dependent

Parameters

x ('np.ndarray') – The matrix of sampled points (cells) in the (gene expression) state space.

Returns

out – The diffusion matrix. By default, it is a diagonal matrix.

Return type

‘np.ndarray’