consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 223374
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 569578 | 569578 | 223374 223374 | 4067 | 2 | 0.140487390752487 |
| 569579 | 569579 | 223374 223374 | 20200 | 4 | 0.354406029816343 |
| 569580 | 569580 | 223374 223374 | 25479 | 1 | 0.140487390752487 |
| 569581 | 569581 | 223374 223374 | 26130 | 6 | 0.334514747803149 |
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)
);