consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 248255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 696365 | 696365 | 248255 248255 | 17580 | 1 | 0.066334991708126 |
| 696366 | 696366 | 248255 248255 | 29816 | 10 | 0.398009950248756 |
| 696367 | 696367 | 248255 248255 | 50166 | 1 | 0.199004975124378 |
| 696368 | 696368 | 248255 248255 | 142925 | 1 | 0.132669983416252 |
| 696369 | 696369 | 248255 248255 | 157375 | 1 | 0.099502487562189 |
| 696370 | 696370 | 248255 248255 | 183981 | 1 | 0.0796019900497512 |
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)
);