consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 20608
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 63668 | 63668 | 20608 20608 | 23614 | 2 | 0.201152750489433 |
| 63669 | 63669 | 20608 20608 | 53448 | 3 | 0.348406783929924 |
| 63670 | 63670 | 20608 20608 | 186988 | 3 | 0.276530647661609 |
| 63671 | 63671 | 20608 20608 | 187709 | 2 | 0.142236473925404 |
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)
);