consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 275971
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 790268 | 790268 | 275971 275971 | 13954 | 2 | 0.387331906047111 |
| 790269 | 790269 | 275971 275971 | 119305 | 6 | 0.362021805360712 |
| 790270 | 790270 | 275971 275971 | 190739 | 1 | 0.109554006934329 |
| 790271 | 790271 | 275971 275971 | 200114 | 1 | 0.0912950057786075 |
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)
);