consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 168454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 466387 | 466387 | 168454 168454 | 9257 | 4 | 0.294561080341588 |
| 466388 | 466388 | 168454 168454 | 107402 | 1 | 0.138857424922115 |
| 466389 | 466389 | 168454 168454 | 117478 | 6 | 0.416572274766345 |
| 466390 | 466390 | 168454 168454 | 190950 | 2 | 0.120254057486642 |
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)
);