Skip to main content
Ctrl+K
PLINDER - Home
  • Tutorial
  • Dataset
  • Python API
  • Evaluation tools
  • Examples
  • Contributor guide
  • Citation
  • GitHub
  • Article
  • Tutorial
  • Dataset
  • Python API
  • Evaluation tools
  • Examples
  • Contributor guide
  • Citation
  • GitHub
  • Article

Section Navigation

  • plinder.core
    • PlinderSystem
    • get_config
    • get_plindex
    • get_manifest
    • get_split
  • plinder.core.loader
    • PlinderDataset
  • plinder.core.scores
    • query_ligand_similarity
    • cross_ligand_similarity
    • query_protein_similarity
    • cross_protein_similarity
    • query_clusters
    • query_links
    • query_index
  • Python API
  • plinder.core.scores

query_links#

plinder.core.scores.query_links(*, columns: list[str] | None = None, filters: List[List[FILTER]] | List[FILTER] | None = None) → DataFrame[source]#

Query the linked systems dataset

Parameters:
columnslist[str], default=None

the columns to return

filterslist[tuple[str, str, str]]

the filters to apply

Returns:
dfpd.DataFrame

the linked systems results

On this page
  • query_links()
Edit on GitHub
Show Source

© Copyright 2024, PLINDER Development Team.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.15.4.