consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 202935
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 187841 | 187841 | 66866 66866 | 202935 | 1 | 0.184210526315789 |
| 227649 | 227649 | 78284 78284 | 202935 | 1 | 0.182242990654206 |
| 503585 | 503585 | 201512 201512 | 202935 | 1 | 0.182242990654206 |
| 682601 | 682601 | 243800 243800 | 202935 | 1 | 0.183453237410072 |
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)
);