consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 143310
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 63710 | 63710 | 20623 20623 | 143310 | 2 | 0.136465703364522 |
| 174380 | 174380 | 62289 62289 | 143310 | 1 | 0.0549956436600947 |
| 1685494 | 1685494 | 512560 512560 | 143310 | 2 | 0.136465703364522 |
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)
);