consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 248226
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 696257 | 696257 | 248226 248226 | 28953 | 1 | 0.17715823193603 |
| 696258 | 696258 | 248226 248226 | 29714 | 9 | 0.354316463872061 |
| 696259 | 696259 | 248226 248226 | 90717 | 4 | 0.269222293263875 |
| 696260 | 696260 | 248226 248226 | 177727 | 1 | 0.17715823193603 |
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)
);