View source: R/angle-functions.R
cellPairs | R Documentation |
Get all unique combinations of two track ids.
cellPairs(X)
X |
a tracks object |
A dataframe with two columns: one for each of the track ids in the pair. Each row represents a pair.
## Find all pairs of cells in the T cell data
pairs <- cellPairs( TCells )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.