consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68226
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 191998 | 191998 | 68226 68226 | 2054 | 1 | 0.189239332096475 |
| 191999 | 191999 | 68226 68226 | 2841 | 12 | 0.37847866419295 |
| 192000 | 192000 | 68226 68226 | 52211 | 1 | 0.0946196660482375 |
| 192001 | 192001 | 68226 68226 | 183725 | 1 | 0.189239332096475 |
| 192002 | 192002 | 68226 68226 | 201308 | 1 | 0.126159554730983 |
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)
);