consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 118013
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343990 | 343990 | 116167 116167 | 118013 | 2 | 0.269499937871963 |
| 791818 | 791818 | 276443 276443 | 118013 | 4 | 0.30385805801001 |
| 791822 | 791822 | 276444 276444 | 118013 | 4 | 0.333129904567685 |
| 942278 | 942278 | 337280 337280 | 118013 | 2 | 0.267438925178557 |
| 1752985 | 1752985 | 537056 537056 | 118013 | 2 | 0.267438925178557 |
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)
);