deconvolve_data
Estimate cell type proportions in spatial transcriptomics data by deconvolving spots using a single-cell reference and chosen method.
Instructions
Deconvolve spatial spots to estimate cell type proportions.
Args:
data_id: Dataset ID
params: Required - method, cell_type_key, reference_data_id. See DeconvolutionParameters for all methods and options.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | ||
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_id | Yes | ||
| method | Yes | ||
| dominant_type_key | Yes | ||
| cell_types | Yes | ||
| n_cell_types | Yes | ||
| proportions_key | Yes | ||
| n_spots | No | ||
| genes_used | No | ||
| statistics | No |