calculate_attraction: Calculate the attraction of cells to other cells using...

View source: R/wrap_add_attraction.R

calculate_attractionR Documentation

Calculate the attraction of cells to other cells using velocity

Description

Calculate the attraction of cells to other cells using velocity

Usage

calculate_attraction(
  current,
  projected,
  cells = colnames(projected),
  n_waypoints = 50,
  k = 50
)

Arguments

current

Current expression

projected

Projected expression based on RNA velocity

cells

Which cells to use

n_waypoints

Number of waypoints to use

k

K knns

Value

Matrix containing the attraction ([-1, 1]) of each cell to the waypoint cells


dynwrap documentation built on July 26, 2023, 5:15 p.m.