consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 339010
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 946211 | 946211 | 339010 339010 | 7404 | 1 | 0.0884220122014295 |
| 946212 | 946212 | 339010 339010 | 7405 | 2 | 0.204201890187135 |
| 946213 | 946213 | 339010 339010 | 150522 | 1 | 0.353688048805718 |
| 946214 | 946214 | 339010 339010 | 266070 | 1 | 0.176844024402859 |
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)
);