analyze_trajectory_data
Infer cellular trajectories and pseudotime ordering from spatial transcriptomics data. Select methods like CellRank, Palantir, or DPT to analyze cell fate transitions and lineage progression.
Instructions
Infer cellular trajectories and pseudotime ordering.
Args:
data_id: Dataset ID
params: Trajectory parameters (method, root_cell, spatial_weight, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| data_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| data_id | Yes | ||
| warnings | No | Non-fatal conditions that may affect result interpretation. | |
| pseudotime_key | Yes | ||
| spatial_weight | Yes | ||
| velocity_computed | Yes | ||
| pseudotime_computed | Yes |