consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 136262
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 394479 | 394479 | 136262 136262 | 77045 | 3 | 0.340905536144485 |
| 394480 | 394480 | 136262 136262 | 114005 | 6 | 0.429514061014135 |
| 394481 | 394481 | 136262 136262 | 333135 | 1 | 0.180384602232513 |
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)
);