preprocess_data
Prepare spatial transcriptomics data for analysis by executing standard preprocessing steps: quality control, normalization, highly variable gene selection, PCA, clustering, and spatial neighbor computation.
Instructions
Preprocess spatial transcriptomics data (QC, normalization, HVGs, PCA, clustering, spatial neighbors).
Args:
data_id: Dataset ID
params: Preprocessing parameters (all have sensible defaults)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | ||
| n_cells | Yes | ||
| n_genes | Yes | ||
| n_hvgs | Yes | ||
| clusters | Yes | ||
| qc_metrics | No |