consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74398
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 213856 | 213856 | 74398 74398 | 14124 | 1 | 0.146616541353383 |
| 213857 | 213857 | 74398 74398 | 15406 | 2 | 0.0977443609022556 |
| 213858 | 213858 | 74398 74398 | 31308 | 1 | 0.146616541353383 |
| 213859 | 213859 | 74398 74398 | 74092 | 6 | 0.293233082706767 |
| 213860 | 213860 | 74398 74398 | 114932 | 2 | 0.293233082706767 |
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)
);