consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 259955
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 737166 | 737166 | 259955 259955 | 63982 | 5 | 0.266030245266174 |
| 737167 | 737167 | 259955 259955 | 103482 | 2 | 0.351029013133569 |
| 737168 | 737168 | 259955 259955 | 187526 | 3 | 0.351029013133569 |
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)
);