consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256888
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727557 | 727557 | 256888 256888 | 73622 | 3 | 0.213691388437489 |
| 727558 | 727558 | 256888 256888 | 75036 | 3 | 0.339213934802215 |
| 727559 | 727559 | 256888 256888 | 135250 | 9 | 0.31406960428884 |
| 727560 | 727560 | 256888 256888 | 270497 | 1 | 0.113071311600738 |
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)
);