consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 58494
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 163399 | 163399 | 58494 58494 | 10711 | 1 | 0.265116279069767 |
| 163400 | 163400 | 58494 58494 | 13313 | 16 | 0.530232558139535 |
| 163401 | 163401 | 58494 58494 | 191844 | 1 | 0.176744186046512 |
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)
);