consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 109718
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 306762 | 306762 | 103679 103679 | 109718 | 3 | 0.210533013717831 |
| 586002 | 586002 | 228841 228841 | 109718 | 3 | 0.210533013717831 |
| 1659470 | 1659470 | 502917 502917 | 109718 | 4 | 0.157993180724642 |
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)
);