consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 238557
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 666381 | 666381 | 238557 238557 | 73631 | 3 | 0.285723955417672 |
| 666382 | 666382 | 238557 238557 | 76427 | 12 | 0.428102224435495 |
| 666383 | 666383 | 238557 238557 | 225798 | 3 | 0.151186169134176 |
| 666384 | 666384 | 238557 238557 | 254060 | 2 | 0.113389626850632 |
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)
);