consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58456
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 163286 | 163286 | 58456 58456 | 18962 | 2 | 0.224669603524229 |
| 163287 | 163287 | 58456 58456 | 83490 | 12 | 0.449339207048458 |
| 163288 | 163288 | 58456 58456 | 115673 | 1 | 0.149779735682819 |
| 163289 | 163289 | 58456 58456 | 161856 | 1 | 0.149779735682819 |
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)
);