consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 226788
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343992 | 343992 | 116167 116167 | 226788 | 1 | 0.127043489065746 |
| 791820 | 791820 | 276443 276443 | 226788 | 1 | 0.120450054845471 |
| 791824 | 791824 | 276444 276444 | 226788 | 1 | 0.132053484244023 |
| 942280 | 942280 | 337280 337280 | 226788 | 1 | 0.126071918364666 |
| 1752987 | 1752987 | 537056 537056 | 226788 | 1 | 0.126071918364666 |
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)
);