consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 168463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 466418 | 466418 | 168463 168463 | 9285 | 1 | 0.315035799522673 |
| 466419 | 466419 | 168463 168463 | 104168 | 6 | 0.315035799522673 |
| 466420 | 466420 | 168463 168463 | 216593 | 1 | 0.105011933174224 |
| 466421 | 466421 | 168463 168463 | 260310 | 1 | 0.157517899761337 |
| 466422 | 466422 | 168463 168463 | 296378 | 1 | 0.0787589498806683 |
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)
);