consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 49333
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 138542 | 138542 | 49333 49333 | 2873 | 5 | 0.493231175996665 |
| 138543 | 138543 | 49333 49333 | 94316 | 1 | 0.113314768100125 |
| 138544 | 138544 | 49333 49333 | 138099 | 1 | 0.141643460125156 |
| 138545 | 138545 | 49333 49333 | 212044 | 1 | 0.188857946833541 |
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)
);