consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 239423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 668100 | 668100 | 239423 239423 | 31915 | 3 | 0.194508174024522 |
| 668101 | 668101 | 239423 239423 | 48121 | 11 | 0.445312554197825 |
| 668102 | 668102 | 239423 239423 | 137531 | 1 | 0.222656277098913 |
| 668103 | 668103 | 239423 239423 | 309400 | 1 | 0.111328138549456 |
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)
);