triku.utils._triku_tl_utils

Module Contents

triku.utils._triku_tl_utils.check_count_mat(mat: scipy.sparse.csr.csr_matrix)

This function outputs a warning if we suspect the matrix is in logarithm value

triku.utils._triku_tl_utils.check_null_genes(arr_counts: numpy.ndarray)

Removes columns (genes) that have zero sum. These genes interfere in the analysis and are not useful at all.

triku.utils._triku_tl_utils.return_arr_counts(object_triku, get_from_raw=None)
triku.utils._triku_tl_utils.get_arr_counts(object_triku, use_raw)