consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 70927
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 199417 | 199417 | 70927 70927 | 48405 | 16 | 0.519429270013088 |
| 199418 | 199418 | 70927 70927 | 170139 | 1 | 0.271213184250039 |
| 199419 | 199419 | 70927 70927 | 275100 | 1 | 0.180808789500026 |
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)
);