anndict.annotate.create_label_df

anndict.annotate.create_label_df#

anndict.annotate.create_label_df(adata, cols1, cols2)[source]#

Creates a DataFrame of unique label combinations from the specified columns in cols1 and cols2, only including combinations that exist in adata.obs[[*cols1, *cols2]].

Parameters:
adata AnnData

An AnnData.

cols1 list[str]

List of columns to compare with cols2.

cols2 list[str]

List of columns to compare with cols1.

Return type:

DataFrame

Returns:

DataFrame containing unique combinations of the specified columns.