mergeAdataObs
mergeAdataObs ¶
Concatenate the obs tables of one or more objects.
Reads only the cell metadata, so it is cheap even across many large files. The
result is a plain DataFrame, not an AnnData — this is for inspection and
export, not for continuing an analysis.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data
|
(AnnData | SpatialData | str | list, required)
|
One cell table, or a list of them. Each may be an |
required |
outputDir
|
str
|
Directory to write |
None
|
verbose
|
bool
|
Print progress messages. |
True
|
sdataTable
|
str
|
Which |
None
|
Returns:
| Name | Type | Description |
|---|---|---|
merged |
DataFrame
|
The |