consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 260471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 739100 | 739100 | 260471 260471 | 205 | 3 | 0.239460184013131 |
| 739101 | 739101 | 260471 260471 | 121799 | 4 | 0.153304120877752 |
| 739102 | 739102 | 260471 260471 | 124584 | 2 | 0.150850463224922 |
| 739103 | 739103 | 260471 260471 | 139047 | 5 | 0.262645911467874 |
| 739104 | 739104 | 260471 260471 | 251153 | 1 | 0.100566975483281 |
| 739105 | 739105 | 260471 260471 | 296305 | 1 | 0.0754252316124609 |
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)
);