consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 243404
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 681465 | 681465 | 243404 243404 | 9114 | 9 | 0.324794514526067 |
| 681466 | 681466 | 243404 243404 | 117786 | 1 | 0.409215445741778 |
| 681467 | 681467 | 243404 243404 | 282605 | 3 | 0.136405148580593 |
| 681468 | 681468 | 243404 243404 | 297887 | 1 | 0.102303861435444 |
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)
);