consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 7044
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 114432 | 114432 | 39911 39911 | 7044 | 4 | 0.249905555421374 |
| 225629 | 225629 | 77785 77785 | 7044 | 8 | 0.265330943181628 |
| 1722087 | 1722087 | 527432 527432 | 7044 | 6 | 0.358514724711908 |
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)
);