anndict.AdataDict.set_var_index

anndict.AdataDict.set_var_index#

AdataDict.set_var_index(column)[source]#

Set the index of adata.var to the specified column for each AnnData in adata_dict.

Parameters:
adata_dict AdataDict

An AdataDict.

column str

The column name to set as the index of adata.var.

Return type:

AdataDict

Returns:

An AdataDict with the same structure as adata_dict, where the .var attribute of each AnnData object has its index set to the specified column.