consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 40188
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 115206 | 115206 | 40188 40188 | 6879 | 2 | 0.204047877404306 |
| 115207 | 115207 | 40188 40188 | 59015 | 1 | 0.136031918269537 |
| 115208 | 115208 | 40188 40188 | 94731 | 3 | 0.224583748826796 |
| 115209 | 115209 | 40188 40188 | 112766 | 3 | 0.257084215928053 |
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)
);