consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 278356
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 797862 | 797862 | 278356 278356 | 32870 | 5 | 0.312374911138901 |
| 797863 | 797863 | 278356 278356 | 39318 | 2 | 0.237972907361361 |
| 797864 | 797864 | 278356 278356 | 109220 | 3 | 0.41218116637476 |
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)
);