consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 17770
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 56571 | 56571 | 17770 17770 | 3710 | 2 | 0.139139649930073 |
| 56572 | 56572 | 17770 17770 | 12621 | 2 | 0.20870947489511 |
| 56573 | 56573 | 17770 17770 | 54296 | 2 | 0.41741894979022 |
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)
);