consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 227366
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 581175 | 581175 | 227366 227366 | 10251 | 4 | 0.400711115541415 |
| 581176 | 581176 | 227366 227366 | 34631 | 1 | 0.14167277354808 |
| 581177 | 581177 | 227366 227366 | 99607 | 7 | 0.414024488280327 |
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)
);