consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 243431
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 681553 | 681553 | 243431 243431 | 138334 | 4 | 0.305033699077458 |
| 681554 | 681554 | 243431 243431 | 200561 | 4 | 0.362748245258512 |
| 681555 | 681555 | 243431 243431 | 276542 | 1 | 0.143794264738725 |
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)
);