consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 262549
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 746398 | 746398 | 262549 262549 | 3297 | 7 | 0.413488223588746 |
| 746399 | 746399 | 262549 262549 | 138666 | 3 | 0.287594625898669 |
| 746400 | 746400 | 262549 262549 | 192581 | 2 | 0.152176003897316 |
| 746401 | 746401 | 262549 262549 | 266937 | 1 | 0.114132002922987 |
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)
);