gcell.cell.celltype.GETHydraCellType.get_gene_jacobian

gcell.cell.celltype.GETHydraCellType.get_gene_jacobian#

GETHydraCellType.get_gene_jacobian(gene_name, multiply_input=True, multiply_atac=False, layer='input/region_motif', return_norm=False)[source]#

Get jacobians for all TSS of a gene.

Parameters:
gene_name str

The name of the gene.

multiply_input default: True

Whether to multiply the input data by the jacobian, by default True

Return type:

list[OneGeneJacobian]

Returns:

list : OneGeneJacobian The jacobians.