consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 248350
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 696613 | 696613 | 248350 248350 | 30271 | 3 | 0.290502742227076 |
| 696614 | 696614 | 248350 248350 | 139534 | 2 | 0.366010519984077 |
| 696615 | 696615 | 248350 248350 | 198907 | 2 | 0.211316272239042 |
| 696616 | 696616 | 248350 248350 | 332863 | 1 | 0.0915026299960192 |
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)
);