graph_clone_ot_sub
graph_clone_ot_sub.Rd
Compute Pairwise OT Distances Between Clones Using Graph-Based Subset Strategy
Arguments
- graph
An `igraph` object representing cell-cell distances.
- cell_clone_prob
A matrix of clone membership probabilities (cells × clones).
- target_clone
Optional. Vector of clone indices to compute pairwise OT from (default: `NULL` = all).
- cache
Integer. Maximum number of pooled cells retained in memory during iteration (default: 5000).