consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 90155
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 266017 | 266017 | 90155 90155 | 25775 | 6 | 0.32258064516129 |
| 266018 | 266018 | 90155 90155 | 68010 | 1 | 0.161290322580645 |
| 266019 | 266019 | 90155 90155 | 122259 | 1 | 0.161290322580645 |
| 266020 | 266020 | 90155 90155 | 123366 | 1 | 0.32258064516129 |
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)
);