consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 114936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 79896 | 79896 | 28839 28839 | 114936 | 1 | 0.311688311688312 |
| 324681 | 324681 | 109397 109397 | 114936 | 2 | 0.253544109981214 |
| 689928 | 689928 | 246015 246015 | 114936 | 1 | 0.31413612565445 |
| 924348 | 924348 | 328240 328240 | 114936 | 1 | 0.311688311688312 |
| 1748633 | 1748633 | 535606 535606 | 114936 | 1 | 0.31413612565445 |
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)
);