consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 257367
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 729354 | 729354 | 257367 257367 | 75038 | 4 | 0.348521999939199 |
| 729355 | 729355 | 257367 257367 | 76289 | 8 | 0.45197711518723 |
| 729356 | 729356 | 257367 257367 | 216087 | 1 | 0.16429484636647 |
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)
);