consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68278
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192168 | 192168 | 68278 68278 | 10424 | 2 | 0.12099906894986 |
| 192169 | 192169 | 68278 68278 | 91275 | 4 | 0.209576535089687 |
| 192170 | 192170 | 68278 68278 | 132976 | 2 | 0.148192989139498 |
| 192171 | 192171 | 68278 68278 | 144256 | 1 | 0.296385978278996 |
| 192172 | 192172 | 68278 68278 | 219147 | 1 | 0.0987953260929987 |
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)
);