consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 194699
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 84960 | 84960 | 30563 30563 | 194699 | 2 | 0.037651097975997 |
| 331896 | 331896 | 111877 111877 | 194699 | 3 | 0.0329517661317086 |
| 692893 | 692893 | 247200 247200 | 194699 | 4 | 0.0360715636495915 |
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)
);