consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 15647
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 50417 | 50417 | 15647 15647 | 9211 | 8 | 0.471727583668059 |
| 50418 | 50418 | 15647 15647 | 60799 | 1 | 0.171474192567172 |
| 50419 | 50419 | 15647 15647 | 75861 | 1 | 0.128605644425379 |
| 50420 | 50420 | 15647 15647 | 215561 | 1 | 0.0857370962835859 |
| 50421 | 50421 | 15647 15647 | 296020 | 1 | 0.102884515540303 |
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)
);