View source: R/gsdensity_functions.R
vectorized_pdist | R Documentation |
from an excellent post: https://www.r-bloggers.com/2013/05/pairwise-distances-in-r/ enhanced the speed this function is called by 'compute.kld' to quickly compute the distance between genes to grid points
vectorized_pdist(A, B)
A |
matrix |
B |
matrix |
returns pairwise-distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.