consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 76172
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 152975 | 152975 | 54981 54981 | 76172 | 8 | 0.269628399833761 |
| 729163 | 729163 | 257307 257307 | 76172 | 10 | 0.278924937346758 |
| 949726 | 949726 | 340653 340653 | 76172 | 4 | 0.290877393882657 |
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)
);