consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256912
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727677 | 727677 | 256912 256912 | 73037 | 1 | 0.220781348670443 |
| 727678 | 727678 | 256912 256912 | 75097 | 3 | 0.30616247453398 |
| 727679 | 727679 | 256912 256912 | 111803 | 8 | 0.33112530979315 |
| 727680 | 727680 | 256912 256912 | 259375 | 1 | 0.110390674335221 |
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)
);