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