cellPairs: Find Pairs of Tracks

View source: R/angle-functions.R

cellPairsR Documentation

Find Pairs of Tracks

Description

Get all unique combinations of two track ids.

Usage

cellPairs(X)

Arguments

X

a tracks object

Value

A dataframe with two columns: one for each of the track ids in the pair. Each row represents a pair.

Examples

## Find all pairs of cells in the T cell data
pairs <- cellPairs( TCells )

ingewortel/celltrackR documentation built on Aug. 27, 2024, 3:51 a.m.