consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 68961
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 194186 | 194186 | 68961 68961 | 46507 | 1 | 0.12280701754386 |
| 194187 | 194187 | 68961 68961 | 58448 | 16 | 0.368421052631579 |
| 194188 | 194188 | 68961 68961 | 80013 | 1 | 0.12280701754386 |
| 194189 | 194189 | 68961 68961 | 138792 | 1 | 0.184210526315789 |
| 194190 | 194190 | 68961 68961 | 216130 | 1 | 0.184210526315789 |
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)
);