consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 41422
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 118798 | 118798 | 41422 41422 | 71074 | 1 | 0.105768020085599 |
| 118799 | 118799 | 41422 41422 | 73968 | 2 | 0.224367852705606 |
| 118800 | 118800 | 41422 41422 | 122901 | 1 | 0.317304060256797 |
| 118801 | 118801 | 41422 41422 | 229686 | 4 | 0.317304060256797 |
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)
);