consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 60818
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 373997 | 373997 | 127508 127508 | 60818 | 1 | 0.416199685675453 |
| 1689878 | 1689878 | 514324 514324 | 60818 | 2 | 0.411068736440932 |
| 1757925 | 1757925 | 539077 539077 | 60818 | 2 | 0.408887498389545 |
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)
);