consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260197
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 738063 | 738063 | 260197 260197 | 378 | 2 | 0.195421530876345 |
| 738064 | 738064 | 260197 260197 | 101842 | 3 | 0.268651770203349 |
| 738065 | 738065 | 260197 260197 | 203338 | 1 | 0.33848002037072 |
| 738066 | 738066 | 260197 260197 | 223500 | 1 | 0.0846200050926799 |
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)
);