consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 200298
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 310340 | 310340 | 104794 104794 | 200298 | 2 | 0.208439390715629 |
| 581895 | 581895 | 227577 227577 | 200298 | 2 | 0.208439390715629 |
| 953354 | 953354 | 342164 342164 | 200298 | 1 | 0.203886046084772 |
| 1661141 | 1661141 | 503494 503494 | 200298 | 1 | 0.202768505370755 |
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)
);