consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 49747
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 139655 | 139655 | 49747 49747 | 27314 | 9 | 0.344262295081967 |
| 139656 | 139656 | 49747 49747 | 30782 | 1 | 0.114754098360656 |
| 139657 | 139657 | 49747 49747 | 103384 | 2 | 0.344262295081967 |
| 139658 | 139658 | 49747 49747 | 155794 | 1 | 0.172131147540984 |
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)
);