consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266297
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758582 | 758582 | 266297 266297 | 8275 | 8 | 0.48541245621576 |
| 758583 | 758583 | 266297 266297 | 73608 | 1 | 0.0970824912431519 |
| 758584 | 758584 | 266297 266297 | 141418 | 2 | 0.24270622810788 |
| 758585 | 758585 | 266297 266297 | 228164 | 2 | 0.140126506132083 |
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)
);