consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 263180
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 748547 | 748547 | 263180 263180 | 3711 | 7 | 0.44997514137919 |
| 748548 | 748548 | 263180 263180 | 8972 | 4 | 0.351299724616548 |
| 748549 | 748549 | 263180 263180 | 75025 | 3 | 0.165604278336885 |
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)
);