sc3_calc_dists {SC3} | R Documentation |
This function calculates distances between the cells. It
creates and populates the following items of the sc3
slot of the metadata(object)
:
distances
- contains a list of distance matrices corresponding to
Euclidean, Pearson and Spearman distances.
sc3_calc_dists.SingleCellExperiment(object) ## S4 method for signature 'SingleCellExperiment' sc3_calc_dists(object)
object |
an object of |
an object of SingleCellExperiment
class