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