consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 201894
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 224669 | 224669 | 77490 77490 | 201894 | 1 | 0.0291169820312988 |
| 676811 | 676811 | 241860 241860 | 201894 | 1 | 0.0275433504945407 |
| 752117 | 752117 | 264379 264379 | 201894 | 1 | 0.0291169820312988 |
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)
);