consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 45321
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 208313 | 208313 | 73685 73685 | 45321 | 9 | 0.392582412331928 |
| 212093 | 212093 | 74160 74160 | 45321 | 2 | 0.388901013559484 |
| 213378 | 213378 | 74319 74319 | 45321 | 1 | 0.221539187621105 |
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)
);