consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256158
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724935 | 724935 | 256158 256158 | 70925 | 3 | 0.194847028350131 |
| 724936 | 724936 | 256158 256158 | 120402 | 3 | 0.281018042913653 |
| 724937 | 724937 | 256158 256158 | 223594 | 3 | 0.223044168471588 |
| 724938 | 724938 | 256158 256158 | 229307 | 4 | 0.281018042913653 |
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)
);