consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 279262
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 800538 | 800538 | 279262 279262 | 42575 | 2 | 0.137151350609752 |
| 800539 | 800539 | 279262 279262 | 93306 | 2 | 0.306679743169313 |
| 800540 | 800540 | 279262 279262 | 150905 | 2 | 0.306679743169313 |
| 800541 | 800541 | 279262 279262 | 193682 | 3 | 0.121705936731076 |
| 800542 | 800542 | 279262 279262 | 285289 | 2 | 0.102226581056438 |
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)
);