consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 3785
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 164483 | 164483 | 58909 58909 | 3785 | 1 | 0.240687983032797 |
| 191137 | 191137 | 68030 68030 | 3785 | 1 | 0.292524859220802 |
| 463588 | 463588 | 166555 166555 | 3785 | 2 | 0.330786241959729 |
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)
);