consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 292099
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 107455 | 107455 | 37797 37797 | 292099 | 1 | 0.0130627484914882 |
| 150304 | 150304 | 53884 53884 | 292099 | 1 | 0.0116499789454952 |
| 715447 | 715447 | 253169 253169 | 292099 | 1 | 0.0121323888519102 |
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)
);