consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 130814
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 382208 | 382208 | 130814 130814 | 65814 | 3 | 0.252964489354608 |
| 382209 | 382209 | 130814 130814 | 117415 | 4 | 0.386532318098747 |
| 382210 | 382210 | 130814 130814 | 145774 | 3 | 0.318715285013779 |
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)
);