consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 269433
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 313463 | 313463 | 105773 105773 | 269433 | 1 | 0.128214510432469 |
| 936574 | 936574 | 334430 334430 | 269433 | 1 | 0.16469412268388 |
| 1746214 | 1746214 | 534831 534831 | 269433 | 1 | 0.159464628692928 |
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)
);