plinder.core.scores
#
The plinder.core.scores subpackage provides a consistent API for querying the various parquet collections in the PLINDER dataset. The preferred parquet reader engine is duckdb, but much of the code previously used pandas and pyarrow directly. The internal query API supports converting the same pyarrow query filters used in pd.read_parquet into raw SQL for duckdb to execute.
Query the ligand similarity database and return the results. |
|
Query the ligand similarity database for a cross similarity between a set of query and target ligands. |
|
Query the protein similarity database for a given search_db and return the results. |
|
Query the cluster database. |
|
Query the linked systems dataset |
|
Query the index database. |