consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256614
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726552 | 726552 | 256614 256614 | 71074 | 1 | 0.103830282746599 |
| 726553 | 726553 | 256614 256614 | 73968 | 3 | 0.24723045008716 |
| 726554 | 726554 | 256614 256614 | 122901 | 1 | 0.311490848239796 |
| 726555 | 726555 | 256614 256614 | 229686 | 6 | 0.311490848239796 |
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)
);