consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 90285
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 266410 | 266410 | 90285 90285 | 10988 | 1 | 0.147004752169513 |
| 266411 | 266411 | 90285 90285 | 26172 | 9 | 0.378056817744367 |
| 266412 | 266412 | 90285 90285 | 43233 | 1 | 0.22050712825427 |
| 266413 | 266413 | 90285 90285 | 183621 | 1 | 0.22050712825427 |
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)
);