consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 726775 | 726775 | 256669 256669 | 32002 | 1 | 0.183453237410072 |
| 726776 | 726776 | 256669 256669 | 74057 | 12 | 0.366906474820144 |
| 726777 | 726777 | 256669 256669 | 136357 | 1 | 0.183453237410072 |
| 726778 | 726778 | 256669 256669 | 141787 | 1 | 0.122302158273381 |
| 726779 | 726779 | 256669 256669 | 262016 | 1 | 0.122302158273381 |
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)
);