consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 112394
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 333421 | 333421 | 112394 112394 | 24960 | 1 | 0.151318888705959 |
| 333422 | 333422 | 112394 112394 | 25572 | 7 | 0.453956666117876 |
| 333423 | 333423 | 112394 112394 | 187345 | 3 | 0.226978333058938 |
| 333424 | 333424 | 112394 112394 | 212484 | 3 | 0.137482334376036 |
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)
);