consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 119323
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 725647 | 725647 | 256376 256376 | 119323 | 3 | 0.248205417172043 |
| 908691 | 908691 | 320854 320854 | 119323 | 1 | 0.311688311688312 |
| 1761014 | 1761014 | 540668 540668 | 119323 | 2 | 0.315035799522673 |
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)
);