consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 297462
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 860102 | 860102 | 297462 297462 | 28063 | 1 | 0.104713228574825 |
| 860103 | 860103 | 297462 297462 | 91605 | 2 | 0.222130302015587 |
| 860104 | 860104 | 297462 297462 | 130263 | 1 | 0.314139685724475 |
| 860105 | 860105 | 297462 297462 | 229497 | 2 | 0.314139685724475 |
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)
);