consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 81696
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 240347 | 240347 | 81696 81696 | 27307 | 1 | 0.139792020028629 |
| 240348 | 240348 | 81696 81696 | 52862 | 4 | 0.395391541272037 |
| 240349 | 240349 | 81696 81696 | 133968 | 8 | 0.424875861548298 |
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)
);