consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 286905
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 826585 | 826585 | 286905 286905 | 34553 | 1 | 0.0979052446692306 |
| 826586 | 826586 | 286905 286905 | 62798 | 9 | 0.445705691718818 |
| 826587 | 826587 | 286905 286905 | 75277 | 1 | 0.293715734007692 |
| 826588 | 826588 | 286905 286905 | 264278 | 1 | 0.117486293603077 |
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)
);