consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 227577
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 581893 | 581893 | 227577 227577 | 9750 | 5 | 0.416878781431258 |
| 581894 | 581894 | 227577 227577 | 117793 | 4 | 0.24068507667878 |
| 581895 | 581895 | 227577 227577 | 200298 | 2 | 0.208439390715629 |
| 581896 | 581896 | 227577 227577 | 291603 | 2 | 0.104219695357815 |
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)
);