consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 333138
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 295507 | 295507 | 100039 100039 | 333138 | 3 | 0.123352063204696 |
| 725856 | 725856 | 256444 256444 | 333138 | 1 | 0.0577310337553184 |
| 1739156 | 1739156 | 532723 532723 | 333138 | 1 | 0.0577310337553184 |
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)
);