home

← Home · About · Data sources · How to cite · Help

Using apt-scout

Browse & sort

The two main tables are targets (v_targets) and binding affinities (v_kd). Click any column header to sort. Use the facets on the right to filter (e.g. tier, known aptamer, EV-Map; or for Kd: measurement_class, assay_method).

Search / look up

Look up a target by UniProt accession from the homepage, or filter any column directly in the URL, e.g. /scout/v_targets?has_known_aptamer=1 or /scout/v_kd?measurement_class=intrinsic.

Download (bulk)

Append .csv or .json to any table or query URL. Add ?_stream=on&_size=max to download every row.

Ready-made downloads: Kd records (CSV) Kd records (JSON) Targets (CSV) Targets (JSON)

API

Every page has a JSON form: add .json to the URL. Examples:

GET /scout/v_kd.json?measurement_class=intrinsic&_sort=kd_log10_molar&_shape=array
GET /scout/v_targets.json?id=P05106&_shape=array

You can also run read-only SQL: /scout → "Run SQL".

Verify a value

For a target, open its layer's raw_json and follow the source link (UniProt / PDB / Open Targets). For a Kd record, read its verbatim_quote and open the source_pmid. See Data sources and the verification worksheet.

Powered by Datasette