consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 151149
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 306763 | 306763 | 103679 103679 | 151149 | 1 | 0.151820574285033 |
| 586003 | 586003 | 228841 228841 | 151149 | 1 | 0.151820574285033 |
| 1659471 | 1659471 | 502917 502917 | 151149 | 1 | 0.136826108132246 |
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)
);