consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 240824
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 673398 | 673398 | 240824 240824 | 3284 | 12 | 0.366906474820144 |
| 673399 | 673399 | 240824 240824 | 58638 | 1 | 0.122302158273381 |
| 673400 | 673400 | 240824 240824 | 90256 | 1 | 0.183453237410072 |
| 673401 | 673401 | 240824 240824 | 202795 | 1 | 0.183453237410072 |
| 673402 | 673402 | 240824 240824 | 204010 | 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)
);