consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 290964
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 838816 | 838816 | 290964 290964 | 870 | 2 | 0.205613947414223 |
| 838817 | 838817 | 290964 290964 | 16723 | 1 | 0.167883085054766 |
| 838818 | 838818 | 290964 290964 | 73715 | 8 | 0.461848403342683 |
| 838819 | 838819 | 290964 290964 | 185995 | 1 | 0.125912313791075 |
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)
);