consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 324491
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 915699 | 915699 | 324491 324491 | 27464 | 1 | 0.118027089810571 |
| 915700 | 915700 | 324491 324491 | 43541 | 3 | 0.472108359242282 |
| 915701 | 915701 | 324491 324491 | 174554 | 2 | 0.111277007425024 |
| 915702 | 915702 | 324491 324491 | 174555 | 2 | 0.149293771761062 |
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)
);