consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 125696
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 187926 | 187926 | 66895 66895 | 125696 | 3 | 0.275483471222653 |
| 249617 | 249617 | 84877 84877 | 125696 | 2 | 0.274422434802712 |
| 967487 | 967487 | 351157 351157 | 125696 | 1 | 0.311688311688312 |
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)
);