consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 110768
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 328605 | 328605 | 110768 110768 | 22088 | 3 | 0.385986926410422 |
| 328606 | 328606 | 110768 110768 | 108610 | 3 | 0.212416791671943 |
| 328607 | 328607 | 110768 110768 | 237922 | 1 | 0.0964967316026054 |
| 328608 | 328608 | 110768 110768 | 253448 | 4 | 0.272933973114162 |
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)
);