consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 100718
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298022 | 298022 | 100718 100718 | 75781 | 2 | 0.225161682885538 |
| 298023 | 298023 | 100718 100718 | 107141 | 2 | 0.318426705663478 |
| 298024 | 298024 | 100718 100718 | 187293 | 4 | 0.318426705663478 |
| 298025 | 298025 | 100718 100718 | 266482 | 1 | 0.106142235221159 |
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)
);