pytometry.pp.find_indexes#
- pytometry.pp.find_indexes(adata, var_key=None, key_added='signal_type', data_type='facs', inplace=True)#
Find channels of interest for computing compensation.
- Parameters:
adata (
AnnData) – AnnData object.var_key (
str(default:None)) – Key where to check if a feature is an area, height etc. type of value. Usevar_namesif None.key_added (
str(default:'signal_type')) – Key where result vector is added to the adata.var.data_type (
Literal['facs','cytof'] (default:'facs')) – Type of cytometry datainplace (
bool(default:True)) – Update adata and return None if True. Otherwise, return a copy of adata with the changes.
- Return type:
- Returns:
Depending on
inplace, returns or updatesadatawith the following updated fieldadata.var[f'{key_added}']