consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100814
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298333 | 298333 | 100814 100814 | 75935 | 3 | 0.317378977040007 |
| 298334 | 298334 | 100814 100814 | 140136 | 3 | 0.251903861012949 |
| 298335 | 298335 | 100814 100814 | 233956 | 2 | 0.105792992346669 |
| 298336 | 298336 | 100814 100814 | 266313 | 4 | 0.224420826871039 |
| 298337 | 298337 | 100814 100814 | 279604 | 2 | 0.0793447442600018 |
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)
);