Single Column#
This module contains functions that process labels within a single column.
In the .obs
#
To process cell type labels (or other .obs
columns)
|
Simplifies labels in the specified column of the AnnData object and stores the result in a new column using |
|
Create a hierarchy of simplified labels based on a given column in AnnData. |
Maps a list of labels to a simplified set of labels using an LLM, processing in batches. |
In the .var
#
To process gene names
|
Simplifies gene names in the index of the |
|
Maps a list of genes to a simplified set of labels using an LLM, processing in batches. |