consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58648
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 163766 | 163766 | 58648 58648 | 40819 | 3 | 0.383781450104316 |
| 163767 | 163767 | 58648 58648 | 93097 | 1 | 0.0967068655091215 |
| 163768 | 163768 | 58648 58648 | 188623 | 1 | 0.161178109181869 |
| 163769 | 163769 | 58648 58648 | 192623 | 3 | 0.304607538810737 |
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)
);