consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 256512
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726158 | 726158 | 256512 256512 | 73636 | 8 | 0.350291909924937 |
| 726159 | 726159 | 256512 256512 | 137676 | 1 | 0.175145954962469 |
| 726160 | 726160 | 256512 256512 | 179127 | 1 | 0.0700583819849875 |
| 726161 | 726161 | 256512 256512 | 190662 | 1 | 0.175145954962469 |
| 726162 | 726162 | 256512 256512 | 201514 | 1 | 0.116763969974979 |
| 726163 | 726163 | 256512 256512 | 238075 | 1 | 0.0875729774812344 |
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)
);