consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 148700
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 183440 | 183440 | 65557 65557 | 148700 | 1 | 0.0792096238800297 |
| 316193 | 316193 | 106596 106596 | 148700 | 1 | 0.159317589321344 |
| 577702 | 577702 | 226339 226339 | 148700 | 1 | 0.159317589321344 |
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)
);