consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 68129
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 183236 | 183236 | 65483 65483 | 68129 | 1 | 0.128825056716672 |
| 386094 | 386094 | 132527 132527 | 68129 | 1 | 0.473616780841842 |
| 723480 | 723480 | 255711 255711 | 68129 | 2 | 0.478196255219955 |
| 908527 | 908527 | 320773 320773 | 68129 | 1 | 0.479599916783518 |
CREATE TABLE [consensus_index] (
[inventory_id] integer,
[inchi_id] text,
[consensus_score] text,
[consensus_count] integer,
FOREIGN KEY (inventory_id) REFERENCES inventories(inventory_id),
FOREIGN KEY (inchi_id) REFERENCES substances(inchi_id)
);