consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 534741
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1745846 | 1745846 | 534741 534741 | 10587 | 3 | 0.331578874369756 |
| 1745847 | 1745847 | 534741 534741 | 129675 | 5 | 0.417763203518903 |
| 1745848 | 1745848 | 534741 534741 | 219529 | 1 | 0.208881601759451 |
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)
);