consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 241574
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 675809 | 675809 | 241574 241574 | 95456 | 2 | 0.297883010624303 |
| 675810 | 675810 | 241574 241574 | 153305 | 1 | 0.140423397875139 |
| 675811 | 675811 | 241574 241574 | 220879 | 4 | 0.421270193625418 |
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)
);