consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 110411
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 327563 | 327563 | 110411 110411 | 21252 | 5 | 0.502941813050326 |
| 327564 | 327564 | 110411 110411 | 85056 | 1 | 0.125735453262582 |
| 327565 | 327565 | 110411 110411 | 228152 | 3 | 0.21968007138991 |
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)
);