consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 261389
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 742287 | 742287 | 261389 261389 | 2083 | 6 | 0.386755548547448 |
| 742288 | 742288 | 261389 261389 | 9196 | 5 | 0.329000244464848 |
| 742289 | 742289 | 261389 261389 | 55845 | 1 | 0.144706141739195 |
| 742290 | 742290 | 261389 261389 | 276521 | 1 | 0.108529606304396 |
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)
);