consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 543281
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1765664 | 1765664 | 543281 543281 | 13146 | 3 | 0.450408369314522 |
| 1765665 | 1765665 | 543281 543281 | 95522 | 2 | 0.260043393269 |
| 1765666 | 1765666 | 543281 543281 | 183063 | 1 | 0.225204184657261 |
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)
);