consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
10 rows where inventory_id = 255686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 723401 | 723401 | 255686 255686 | 56057 | 2 | 0.108386352584586 |
| 723402 | 723402 | 255686 255686 | 67515 | 5 | 0.181523289602285 |
| 723403 | 723403 | 255686 255686 | 119998 | 10 | 0.239521416619734 |
| 723404 | 723404 | 255686 255686 | 136700 | 1 | 0.0428434676806712 |
| 723405 | 723405 | 255686 255686 | 170780 | 2 | 0.139926179505422 |
| 723406 | 723406 | 255686 255686 | 173492 | 1 | 0.0685495482890739 |
| 723407 | 723407 | 255686 255686 | 230505 | 1 | 0.0342747741445369 |
| 723408 | 723408 | 255686 255686 | 230755 | 2 | 0.0489639630636242 |
| 723409 | 723409 | 255686 255686 | 248396 | 2 | 0.0856869353613424 |
| 723410 | 723410 | 255686 255686 | 291670 | 1 | 0.0380830823828188 |
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)
);