consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 44902
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 125664 | 125664 | 44902 44902 | 21571 | 11 | 0.439797553685109 |
| 125665 | 125665 | 44902 44902 | 91258 | 2 | 0.310983832559995 |
| 125666 | 125666 | 44902 44902 | 166098 | 1 | 0.219898776842555 |
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)
);