consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 116713
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 313831 | 313831 | 105881 105881 | 116713 | 1 | 0.380952380952381 |
| 369848 | 369848 | 125859 125859 | 116713 | 1 | 0.378378378378378 |
| 578992 | 578992 | 226740 226740 | 116713 | 1 | 0.380952380952381 |
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)
);