getset

besca.tl.sig.getset(df: DataFrame, signame_complete: str, threshold) set[source]

Handles missing signatures aux function for make_anno Based on a dataframe of p-values, a signature name and a cutoff check if sign is present :param df: a dataframe of p-values per signature and cell cluster :type df: panda.DataFrame :param signame_complete: signature name :type signame_complete: str :param threshold: cutoff used for cluster attributions :type threshold: numpy.float64

Returns:

Set of clusters passing the threshold value

Return type:

set