consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 194328
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 79897 | 79897 | 28839 28839 | 194328 | 1 | 0.103896103896104 |
| 324683 | 324683 | 109397 109397 | 194328 | 2 | 0.0597609198325414 |
| 689929 | 689929 | 246015 246015 | 194328 | 1 | 0.104712041884817 |
| 924349 | 924349 | 328240 328240 | 194328 | 1 | 0.103896103896104 |
| 1748634 | 1748634 | 535606 535606 | 194328 | 1 | 0.104712041884817 |
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)
);