consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 73919
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 210103 | 210103 | 73919 73919 | 45279 | 3 | 0.171541521138278 |
| 210104 | 210104 | 73919 73919 | 52196 | 3 | 0.216128773413103 |
| 210105 | 210105 | 73919 73919 | 92563 | 2 | 0.392732044872501 |
| 210106 | 210106 | 73919 73919 | 209560 | 9 | 0.197779213638756 |
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)
);