consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 102290
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 302226 | 302226 | 102290 102290 | 1948 | 8 | 0.401913875598086 |
| 302227 | 302227 | 102290 102290 | 21250 | 2 | 0.200956937799043 |
| 302228 | 302228 | 102290 102290 | 68005 | 1 | 0.133971291866029 |
| 302229 | 302229 | 102290 102290 | 214586 | 1 | 0.100478468899522 |
| 302230 | 302230 | 102290 102290 | 223765 | 1 | 0.133971291866029 |
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)
);