consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 262274
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 742182 | 742182 | 261352 261352 | 262274 | 1 | 0.0039156147588558 |
| 786349 | 786349 | 274706 274706 | 262274 | 1 | 0.00399921172742883 |
| 834844 | 834844 | 289659 289659 | 262274 | 1 | 0.00451782660127076 |
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)
);