consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 159715
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 132270 | 132270 | 46976 46976 | 159715 | 1 | 0.14147725704779 |
| 362704 | 362704 | 123188 123188 | 159715 | 1 | 0.131210860444286 |
| 710376 | 710376 | 252021 252021 | 159715 | 1 | 0.131210860444286 |
| 1683458 | 1683458 | 511770 511770 | 159715 | 1 | 0.131210860444286 |
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)
);