consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 89770
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 264944 | 264944 | 89770 89770 | 24413 | 7 | 0.4125 |
| 264945 | 264945 | 89770 89770 | 161909 | 1 | 0.20625 |
| 264946 | 264946 | 89770 89770 | 183467 | 1 | 0.20625 |
| 264947 | 264947 | 89770 89770 | 275829 | 1 | 0.1375 |
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)
);