consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 105471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 312454 | 312454 | 105471 105471 | 10901 | 7 | 0.4125 |
| 312455 | 312455 | 105471 105471 | 119208 | 1 | 0.20625 |
| 312456 | 312456 | 105471 105471 | 163946 | 1 | 0.20625 |
| 312457 | 312457 | 105471 105471 | 176789 | 1 | 0.1375 |
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)
);