consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 59672
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 166832 | 166832 | 59672 59672 | 17453 | 4 | 0.326834232393741 |
| 166833 | 166833 | 59672 59672 | 55336 | 2 | 0.175603119410471 |
| 166834 | 166834 | 59672 59672 | 138358 | 2 | 0.30415352478652 |
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)
);