consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 257103
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 728438 | 728438 | 257103 257103 | 767 | 4 | 0.294594645394547 |
| 728439 | 728439 | 257103 257103 | 98124 | 1 | 0.153688512293055 |
| 728440 | 728440 | 257103 257103 | 103571 | 11 | 0.381648510393579 |
| 728441 | 728441 | 257103 257103 | 224088 | 2 | 0.145801724714652 |
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)
);