consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 301648
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 873373 | 873373 | 301648 301648 | 11768 | 3 | 0.345562279679379 |
| 873374 | 873374 | 301648 301648 | 33199 | 4 | 0.316703138202695 |
| 873375 | 873375 | 301648 301648 | 177750 | 4 | 0.111971468323093 |
| 873376 | 873376 | 301648 301648 | 192394 | 4 | 0.0927211847025118 |
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)
);