list_obs
Retrieve key column names from adata.obs to prepare for subsequent single-cell RNA sequencing analysis tasks on the SCMCP platform.
Instructions
List key columns in adata.obs. It should be called before other tools need obs key column names input
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"description": "ListObsModel",
"properties": {},
"title": "ListObsModel",
"type": "object"
}