consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 154077
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 166227 | 166227 | 59528 59528 | 154077 | 1 | 0.0466872303049652 |
| 501715 | 501715 | 199930 199930 | 154077 | 1 | 0.0185471626451417 |
| 923289 | 923289 | 327749 327749 | 154077 | 1 | 0.0466872303049652 |
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)
);