consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 148988
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 243562 | 243562 | 82856 82856 | 148988 | 1 | 0.211841390548615 |
| 440227 | 440227 | 157821 157821 | 148988 | 1 | 0.211841390548615 |
| 717539 | 717539 | 253796 253796 | 148988 | 1 | 0.213478442863123 |
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)
);