consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 66866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 187838 | 187838 | 66866 66866 | 10101 | 16 | 0.368421052631579 |
| 187839 | 187839 | 66866 66866 | 73276 | 1 | 0.12280701754386 |
| 187840 | 187840 | 66866 66866 | 151197 | 1 | 0.184210526315789 |
| 187841 | 187841 | 66866 66866 | 202935 | 1 | 0.184210526315789 |
| 187842 | 187842 | 66866 66866 | 208201 | 1 | 0.12280701754386 |
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)
);