consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 136416
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 394794 | 394794 | 136416 136416 | 77315 | 2 | 0.381714827923341 |
| 394795 | 394795 | 136416 136416 | 105749 | 7 | 0.207207665082293 |
| 394796 | 394796 | 136416 136416 | 275303 | 3 | 0.381714827923341 |
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)
);