Heimdall.tailor.ChromosomeTailor.limit# ChromosomeTailor.limit(identity_inputs, expression_inputs, gene_order)[source]# Limit tokenization that exceeds the desired input length. Parameters: cell_tokenization – the stacked gene identity- and gene expression-based tokenization of a cell. identity_inputs (ndarray[tuple[Any, ...], dtype[_ScalarT]]) expression_inputs (ndarray[tuple[Any, ...], dtype[_ScalarT]]) gene_order (ndarray[tuple[Any, ...], dtype[_ScalarT]]) Return type: tuple[ndarray[tuple[Any, …], dtype[_ScalarT]], ndarray[tuple[Any, …], dtype[_ScalarT]]]