consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 286465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 79899 | 79899 | 28839 28839 | 286465 | 1 | 0.0779220779220779 |
| 324685 | 324685 | 109397 109397 | 286465 | 1 | 0.0633860274953034 |
| 689931 | 689931 | 246015 246015 | 286465 | 1 | 0.0785340314136126 |
| 924351 | 924351 | 328240 328240 | 286465 | 1 | 0.0779220779220779 |
| 1748636 | 1748636 | 535606 535606 | 286465 | 1 | 0.0785340314136126 |
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)
);