consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 257014
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 728129 | 728129 | 257014 257014 | 21011 | 1 | 0.162242980058882 |
| 728130 | 728130 | 257014 257014 | 75499 | 12 | 0.578168251846907 |
| 728131 | 728131 | 257014 257014 | 75793 | 1 | 0.216323973411843 |
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)
);