Description Usage Arguments Value See Also
View source: R/distance_funcs.R
Distance-matrix implementation of find_nearest_distance
.
1 | find_nearest_distance_dist(csd, phenotypes = NULL, dst = NULL)
|
csd |
A data frame with |
phenotypes |
Optional list of phenotypes to include. If omitted,
|
dst |
Optional distance matrix. If provided, this should be
|
A tibble
containing a Distance to <phenotype>
column
and Cell ID <phenotype>
column for each phenotype.
Columns will contain NA
values where there is no other cell
of the phenotype.
find_nearest_distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.