consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 21465
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 65388 | 65388 | 21465 21465 | 9802 | 1 | 0.220001840520558 |
| 65389 | 65389 | 21465 21465 | 61544 | 8 | 0.554996277128871 |
| 65390 | 65390 | 21465 21465 | 280473 | 1 | 0.165001380390419 |
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)
);