pydruglogics.input.Perturbations module

class pydruglogics.input.Perturbations.Perturbation(drug_data: List[List[str | None]] = None, perturbation_data: List[List[str]] = None)

Bases: object

property drug_effects: List[str]
property drug_names: List[str]
property drug_targets: List[List[str]]
property drugs: List[Dict[str, str]]
property perturbations: List[List[Dict[str, str]]]
print() None