sc3_calc_dists {SC3}R Documentation

Calculate distances between the cells.

Description

This function calculates distances between the cells. It creates and populates the following items of the sc3 slot of the metadata(object):

Usage

sc3_calc_dists.SingleCellExperiment(object)

## S4 method for signature 'SingleCellExperiment'
sc3_calc_dists(object)

Arguments

object

an object of SingleCellExperiment class

Value

an object of SingleCellExperiment class


[Package SC3 version 1.20.0 Index]