consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 45843
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 128279 | 128279 | 45843 45843 | 7983 | 2 | 0.149491223533517 |
| 128280 | 128280 | 45843 45843 | 15862 | 3 | 0.448473670600551 |
| 128281 | 128281 | 45843 45843 | 126318 | 12 | 0.377119901943679 |
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)
);