consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266206
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758209 | 758209 | 266206 266206 | 110622 | 5 | 0.194823048326937 |
| 758210 | 758210 | 266206 266206 | 132750 | 2 | 0.122620004558576 |
| 758211 | 758211 | 266206 266206 | 138338 | 2 | 0.367860013675729 |
| 758212 | 758212 | 266206 266206 | 145065 | 1 | 0.0735720027351459 |
| 758213 | 758213 | 266206 266206 | 234846 | 2 | 0.0919650034189323 |
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)
);