pertpy icon indicating copy to clipboard operation
pertpy copied to clipboard

target col naming for perturbation spaces

Open Zethson opened this issue 1 year ago • 0 comments

Report

ps_space = ps.compute(
    pert_embeddings,
    target_col="perturbations",
		# more parameters
)

ps.label_transfer(
		psadata_classifier,
		column="gene_programme",
                target_val="Unknown",
)

maybe target_col? instead of column?

Version information

No response

Zethson avatar Oct 17 '24 10:10 Zethson