consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 119307
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 352755 | 352755 | 119307 119307 | 39734 | 3 | 0.397112739020548 |
| 352756 | 352756 | 119307 119307 | 284957 | 3 | 0.315188589835596 |
| 352757 | 352757 | 119307 119307 | 327597 | 2 | 0.162120596826561 |
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)
);