consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 238467
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 666063 | 666063 | 238467 238467 | 10311 | 10 | 0.489417192402611 |
| 666064 | 666064 | 238467 238467 | 170139 | 1 | 0.187397574606715 |
| 666065 | 666065 | 238467 238467 | 190610 | 1 | 0.140548180955037 |
| 666066 | 666066 | 238467 238467 | 190611 | 2 | 0.145157537114294 |
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)
);