consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74283
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 213071 | 213071 | 74283 74283 | 69410 | 7 | 0.375 |
| 213072 | 213072 | 74283 74283 | 150639 | 1 | 0.1875 |
| 213073 | 213073 | 74283 74283 | 169842 | 1 | 0.125 |
| 213074 | 213074 | 74283 74283 | 169843 | 1 | 0.09375 |
| 213075 | 213075 | 74283 74283 | 225789 | 1 | 0.1875 |
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)
);