consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 256670
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 219763 | 219763 | 76113 76113 | 256670 | 1 | 0.0588361859820899 |
| 428952 | 428952 | 154560 154560 | 256670 | 1 | 0.0588361859820899 |
| 902198 | 902198 | 317783 317783 | 256670 | 1 | 0.058609078256927 |
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)
);