consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 331460
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 854286 | 854286 | 295514 295514 | 331460 | 1 | 0.0958920706226557 |
| 854295 | 854295 | 295515 295515 | 331460 | 1 | 0.10005993111489 |
| 956008 | 956008 | 343321 343321 | 331460 | 1 | 0.0997578174806446 |
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)
);