consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 266761
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 210710 | 210710 | 73976 73976 | 266761 | 1 | 0.0163924751744972 |
| 714128 | 714128 | 252841 252841 | 266761 | 1 | 0.0161717547176376 |
| 869066 | 869066 | 299773 299773 | 266761 | 1 | 0.0168049514752547 |
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)
);