consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 35784
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 700143 | 700143 | 249462 249462 | 35784 | 5 | 0.246883431490756 |
| 881356 | 881356 | 306242 306242 | 35784 | 3 | 0.289163737247411 |
| 1677413 | 1677413 | 509348 509348 | 35784 | 6 | 0.289564928486434 |
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)
);