consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 184931
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 491554 | 491554 | 184931 184931 | 47143 | 1 | 0.305820591369856 |
| 491555 | 491555 | 184931 184931 | 121731 | 3 | 0.242729964227023 |
| 491556 | 491556 | 184931 184931 | 152551 | 1 | 0.305820591369856 |
| 491557 | 491557 | 184931 184931 | 245856 | 1 | 0.101940197123285 |
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)
);