consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 228028
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 583434 | 583434 | 228028 228028 | 4500 | 1 | 0.19510476452631 |
| 583435 | 583435 | 228028 228028 | 8777 | 2 | 0.261760509728952 |
| 583436 | 583436 | 228028 228028 | 266364 | 4 | 0.348029961218428 |
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)
);