consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 254908
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 721103 | 721103 | 254908 254908 | 16054 | 1 | 0.100533642685559 |
| 721104 | 721104 | 254908 254908 | 57336 | 1 | 0.134044856914079 |
| 721105 | 721105 | 254908 254908 | 63336 | 8 | 0.338153518986737 |
| 721106 | 721106 | 254908 254908 | 185689 | 5 | 0.402134570742236 |
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)
);