consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 533686
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1742421 | 1742421 | 533686 533686 | 870 | 9 | 0.443823833642027 |
| 1742422 | 1742422 | 533686 533686 | 73715 | 1 | 0.239678126938795 |
| 1742423 | 1742423 | 533686 533686 | 90746 | 1 | 0.119839063469398 |
| 1742424 | 1742424 | 533686 533686 | 216830 | 1 | 0.159785417959197 |
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)
);