consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 170741
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 471312 | 471312 | 170741 170741 | 17794 | 2 | 0.180615108523663 |
| 471313 | 471313 | 170741 170741 | 106583 | 1 | 0.221207427860192 |
| 471314 | 471314 | 170741 170741 | 129468 | 4 | 0.295860645540549 |
| 471315 | 471315 | 170741 170741 | 200208 | 1 | 0.110603713930096 |
| 471316 | 471316 | 170741 170741 | 324682 | 1 | 0.147471618573461 |
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)
);