consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 297112
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 858877 | 858877 | 297112 297112 | 66785 | 1 | 0.0789473684210526 |
| 858878 | 858878 | 297112 297112 | 90725 | 6 | 0.315789473684211 |
| 858879 | 858879 | 297112 297112 | 119627 | 2 | 0.315789473684211 |
| 858880 | 858880 | 297112 297112 | 173338 | 1 | 0.157894736842105 |
| 858881 | 858881 | 297112 297112 | 174314 | 1 | 0.105263157894737 |
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)
);