consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 273108
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 781077 | 781077 | 273108 273108 | 25403 | 3 | 0.240275794792259 |
| 781078 | 781078 | 273108 273108 | 135193 | 3 | 0.209900240479505 |
| 781079 | 781079 | 273108 273108 | 150886 | 1 | 0.151364265819494 |
| 781080 | 781080 | 273108 273108 | 221817 | 1 | 0.302728531638988 |
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)
);