gcell.cell.celltype.GETCellType.get_tss_jacobian# GETCellType.get_tss_jacobian(jacob, tss, multiply_input=True)[source]# Get the jacobian of a TSS. Parameters: jacob ndarrayThe jacobian to be processed. tss TSSThe TSS object. multiply_input default: TrueIf True, the input is multiplied. Defaults to True.