consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 162868
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 181717 | 181717 | 64911 64911 | 162868 | 2 | 0.12142129159535 |
| 324635 | 324635 | 109383 109383 | 162868 | 1 | 0.111391534067004 |
| 689789 | 689789 | 245980 245980 | 162868 | 3 | 0.11923552083399 |
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)
);