consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 297460
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 860094 | 860094 | 297460 297460 | 28063 | 1 | 0.105303945509609 |
| 860095 | 860095 | 297460 297460 | 91605 | 2 | 0.22338340186663 |
| 860096 | 860096 | 297460 297460 | 130263 | 2 | 0.315911836528828 |
| 860097 | 860097 | 297460 297460 | 229497 | 2 | 0.315911836528828 |
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)
);