consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 40454
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 115954 | 115954 | 40454 40454 | 18878 | 2 | 0.297053415948675 |
| 115955 | 115955 | 40454 40454 | 108519 | 4 | 0.105024242395968 |
| 115956 | 115956 | 40454 40454 | 194230 | 2 | 0.121271549237497 |
| 115957 | 115957 | 40454 40454 | 213995 | 4 | 0.297053415948675 |
| 115958 | 115958 | 40454 40454 | 253784 | 4 | 0.109581214871873 |
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)
);