consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 15725
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 50665 | 50665 | 15725 15725 | 9727 | 5 | 0.214686861824397 |
| 50666 | 50666 | 15725 15725 | 31305 | 3 | 0.373791536987011 |
| 50667 | 50667 | 15725 15725 | 192178 | 2 | 0.118203262697403 |
| 50668 | 50668 | 15725 15725 | 223112 | 3 | 0.12459717899567 |
| 50669 | 50669 | 15725 15725 | 239440 | 3 | 0.0867493312088935 |
| 50670 | 50670 | 15725 15725 | 259388 | 2 | 0.0622985894978352 |
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)
);