consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266191
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758113 | 758113 | 266191 266191 | 8095 | 9 | 0.500724903491607 |
| 758114 | 758114 | 266191 266191 | 153261 | 1 | 0.116822028152382 |
| 758115 | 758115 | 266191 266191 | 223478 | 2 | 0.194703380253969 |
| 758116 | 758116 | 266191 266191 | 232195 | 1 | 0.146027535190477 |
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)
);