consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 92485
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 258323 | 258323 | 87455 87455 | 92485 | 2 | 0.078454329613844 |
| 703071 | 703071 | 250377 250377 | 92485 | 4 | 0.189649258537434 |
| 962087 | 962087 | 346355 346355 | 92485 | 1 | 0.063634188807409 |
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)
);