pypath.inputs.chembl.chembl_activities§
- pypath.inputs.chembl.chembl_activities(standard_relation: Literal['=', '>', '<', '>=', '<='], pchembl_value_none: bool = False) list[tuple] [source]§
Retrieves activities data from ChEMBL.
- Args
- pchembl_value_none:
# TODO: it is allowed to be None or must be None? Whether the pchembl value should be none or not.
- standard_relation:
Which standard relation in needed.
- Returns
List of activity records as named tuples. standard_units attribute is not included in the returned records. # TODO: then why the data_validity_comment is part of the records? Only records without data_validity_comment are returned.