consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 65008
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 182054 | 182054 | 65008 65008 | 10296 | 6 | 0.361025285164765 |
| 182055 | 182055 | 65008 65008 | 227672 | 6 | 0.454863356323387 |
| 182056 | 182056 | 65008 65008 | 227773 | 1 | 0.151621118774462 |
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)
);