consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 40854
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 117067 | 117067 | 40854 40854 | 54422 | 4 | 0.407505113570579 |
| 117068 | 117068 | 40854 40854 | 90719 | 6 | 0.323437022982179 |
| 117069 | 117069 | 40854 40854 | 147972 | 1 | 0.13583503785686 |
| 117070 | 117070 | 40854 40854 | 177658 | 1 | 0.101876278392645 |
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)
);