consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 218616
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 554300 | 554300 | 218616 218616 | 50755 | 2 | 0.294437517567738 |
| 554301 | 554301 | 218616 218616 | 129548 | 4 | 0.416397530615761 |
| 554302 | 554302 | 218616 218616 | 182705 | 1 | 0.10409938265394 |
| 554303 | 554303 | 218616 218616 | 231011 | 1 | 0.13879917687192 |
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)
);