consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 43290
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 233745 | 233745 | 79881 79881 | 43290 | 5 | 0.280553657688348 |
| 325330 | 325330 | 109624 109624 | 43290 | 4 | 0.33294831042422 |
| 891380 | 891380 | 312516 312516 | 43290 | 3 | 0.317222136314584 |
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)
);