consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 212917
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 6001 | 6001 | 1834 1834 | 212917 | 1 | 0.0794701986754967 |
| 201949 | 201949 | 71622 71622 | 212917 | 1 | 0.0794701986754967 |
| 677653 | 677653 | 242095 242095 | 212917 | 1 | 0.0795631825273011 |
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)
);