consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 323019
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 132768 | 132768 | 47167 47167 | 323019 | 1 | 0.00278881080503954 |
| 208128 | 208128 | 73658 73658 | 323019 | 1 | 0.0044157709121326 |
| 803840 | 803840 | 280210 280210 | 323019 | 1 | 0.0044157709121326 |
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)
);