consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 166499
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 343991 | 343991 | 116167 116167 | 166499 | 1 | 0.0952826167993092 |
| 791819 | 791819 | 276443 276443 | 166499 | 1 | 0.0903375411341033 |
| 791823 | 791823 | 276444 276444 | 166499 | 1 | 0.0990401131830171 |
| 942279 | 942279 | 337280 337280 | 166499 | 1 | 0.0945539387734997 |
| 1752986 | 1752986 | 537056 537056 | 166499 | 1 | 0.0945539387734997 |
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)
);