Learn R Programming

celltrackR (version 1.2.1)

cellPairs: Find Pairs of Tracks

Description

Get all unique combinations of two track ids.

Usage

cellPairs(X)

Value

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

Arguments

X

a tracks object

Examples

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

Run the code above in your browser using DataLab