consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 201256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 502903 | 502903 | 201256 201256 | 356 | 1 | 0.385556251291335 |
| 502904 | 502904 | 201256 201256 | 97870 | 2 | 0.157402680467343 |
| 502905 | 502905 | 201256 201256 | 126267 | 4 | 0.257837005074133 |
| 502906 | 502906 | 201256 201256 | 226736 | 1 | 0.0963890628228336 |
| 502907 | 502907 | 201256 201256 | 296295 | 1 | 0.0642593752152224 |
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)
);