consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 2656
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 8745 | 8745 | 2656 2656 | 3148 | 12 | 0.366906474820144 |
| 8746 | 8746 | 2656 2656 | 10720 | 1 | 0.122302158273381 |
| 8747 | 8747 | 2656 2656 | 49409 | 1 | 0.183453237410072 |
| 8748 | 8748 | 2656 2656 | 187508 | 1 | 0.122302158273381 |
| 8749 | 8749 | 2656 2656 | 190694 | 1 | 0.183453237410072 |
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)
);