consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 163072
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 454016 | 454016 | 163072 163072 | 2607 | 1 | 0.236842105263158 |
| 454017 | 454017 | 163072 163072 | 43671 | 6 | 0.473684210526316 |
| 454018 | 454018 | 163072 163072 | 141682 | 1 | 0.236842105263158 |
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)
);