consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 112309
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 333160 | 333160 | 112309 112309 | 23551 | 2 | 0.268724036979832 |
| 333161 | 333161 | 112309 112309 | 25376 | 6 | 0.380033177632528 |
| 333162 | 333162 | 112309 112309 | 30705 | 1 | 0.126677725877509 |
| 333163 | 333163 | 112309 112309 | 164691 | 1 | 0.190016588816264 |
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)
);