consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 106206
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 314888 | 314888 | 106206 106206 | 12429 | 11 | 0.537676714756913 |
| 314889 | 314889 | 106206 106206 | 224461 | 1 | 0.1528943148048 |
| 314890 | 314890 | 106206 106206 | 281646 | 1 | 0.254823858008001 |
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)
);