consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266338
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758745 | 758745 | 266338 266338 | 120324 | 6 | 0.407275272015583 |
| 758746 | 758746 | 266338 266338 | 138338 | 1 | 0.135758424005194 |
| 758747 | 758747 | 266338 266338 | 215455 | 1 | 0.135758424005194 |
| 758748 | 758748 | 266338 266338 | 274384 | 2 | 0.203637636007791 |
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)
);