consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 223805
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 570934 | 570934 | 223805 223805 | 77959 | 1 | 0.329183444893548 |
| 570935 | 570935 | 223805 223805 | 98936 | 3 | 0.164591722446774 |
| 570936 | 570936 | 223805 223805 | 99085 | 4 | 0.276809178771853 |
| 570937 | 570937 | 223805 223805 | 116875 | 2 | 0.134388578626796 |
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)
);