consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 134850
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 56850 | 56850 | 17856 17856 | 134850 | 4 | 0.313630896136393 |
| 336261 | 336261 | 113335 113335 | 134850 | 3 | 0.31227064997267 |
| 1672499 | 1672499 | 507512 507512 | 134850 | 6 | 0.343612334801762 |
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)
);