consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 290121
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 836211 | 836211 | 290121 290121 | 71368 | 2 | 0.184521679995463 |
| 836212 | 836212 | 290121 290121 | 135136 | 1 | 0.260953062401452 |
| 836213 | 836213 | 290121 290121 | 151363 | 2 | 0.260953062401452 |
| 836214 | 836214 | 290121 290121 | 152865 | 2 | 0.260953062401452 |
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)
);