consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 255488
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 148292 | 148292 | 53334 53334 | 255488 | 1 | 0.0356189584345947 |
| 529912 | 529912 | 210328 210328 | 255488 | 1 | 0.0445767086035632 |
| 721047 | 721047 | 254886 254886 | 255488 | 1 | 0.0454565005577814 |
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)
);