consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 330487
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 144301 | 144301 | 51438 51438 | 330487 | 1 | 0.0131850642352894 |
| 431624 | 431624 | 155303 155303 | 330487 | 1 | 0.0131761146152932 |
| 591012 | 591012 | 230594 230594 | 330487 | 1 | 0.0131792888958928 |
| 749256 | 749256 | 263429 263429 | 330487 | 1 | 0.0131761146152932 |
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)
);