gcell.cell.celltype.GETHydraCellType.get_tss_jacobian

gcell.cell.celltype.GETHydraCellType.get_tss_jacobian#

GETHydraCellType.get_tss_jacobian(jacob, tss, multiply_input=True)[source]#

Get the jacobian of a TSS.

Parameters:
jacob ndarray

The jacobian to be processed.

tss TSS

The TSS object.

multiply_input default: True

If True, the input is multiplied. Defaults to True.