consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 42471
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 122260 | 122260 | 42471 42471 | 423 | 4 | 0.288079907960716 |
| 122261 | 122261 | 42471 42471 | 133344 | 6 | 0.401678989910918 |
| 122262 | 122262 | 42471 42471 | 251143 | 1 | 0.112717355444562 |
| 122263 | 122263 | 42471 42471 | 276540 | 1 | 0.0901738843556497 |
| 122264 | 122264 | 42471 42471 | 296298 | 1 | 0.0751449036297081 |
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)
);