consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 486129
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1610504 | 1610504 | 486129 486129 | 46135 | 1 | 0.281863125482317 |
| 1610505 | 1610505 | 486129 486129 | 74094 | 9 | 0.483250936615753 |
| 1610506 | 1610506 | 486129 486129 | 144761 | 1 | 0.187908750321544 |
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)
);