consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 111521
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 330859 | 330859 | 111521 111521 | 23864 | 5 | 0.240631362683293 |
| 330860 | 330860 | 111521 111521 | 133738 | 2 | 0.317514986640666 |
| 330861 | 330861 | 111521 111521 | 143968 | 1 | 0.0793787466601665 |
| 330862 | 330862 | 111521 111521 | 190283 | 3 | 0.220152595762597 |
| 330863 | 330863 | 111521 111521 | 191810 | 3 | 0.121154642477234 |
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)
);