consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 294783
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 207128 | 207128 | 73335 73335 | 294783 | 4 | 0.0333990446766263 |
| 530718 | 530718 | 210555 210555 | 294783 | 5 | 0.0289239331569203 |
| 686758 | 686758 | 244849 244849 | 294783 | 5 | 0.0287681880350152 |
| 940351 | 940351 | 336406 336406 | 294783 | 4 | 0.0333990446766263 |
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)
);