consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
7 rows where inventory_id = 68472
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192620 | 192620 | 68472 68472 | 9772 | 6 | 0.0894377683800551 |
| 192621 | 192621 | 68472 68472 | 92809 | 1 | 0.20476137457367 |
| 192622 | 192622 | 68472 68472 | 113285 | 1 | 0.20476137457367 |
| 192623 | 192623 | 68472 68472 | 137794 | 4 | 0.172183105861422 |
| 192624 | 192624 | 68472 68472 | 140209 | 4 | 0.144788156486121 |
| 192625 | 192625 | 68472 68472 | 204149 | 4 | 0.0835934811227316 |
| 192626 | 192626 | 68472 68472 | 290898 | 2 | 0.0915720705426047 |
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)
);