integrate_samples
Combine multiple spatial transcriptomics samples into a unified dataset for integrative analysis. Supports methods like harmony, BBKNN, Scanorama, and scVI with batch correction and spatial alignment.
Instructions
Integrate multiple spatial transcriptomics samples into a unified dataset.
Args:
data_ids: List of dataset IDs to integrate
params: Integration parameters (method, batch_key, n_pcs, etc.)Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_ids | Yes | ||
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | ||
| n_samples | Yes | ||
| integration_method | Yes |