consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 256548
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726313 | 726313 | 256548 256548 | 27380 | 6 | 0.297740122557206 |
| 726314 | 726314 | 256548 256548 | 110737 | 9 | 0.450506336472736 |
| 726315 | 726315 | 256548 256548 | 228373 | 1 | 0.225253168236368 |
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)
);