consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 130380
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 63709 | 63709 | 20623 20623 | 130380 | 2 | 0.334271340633088 |
| 174379 | 174379 | 62289 62289 | 130380 | 1 | 0.164986930980284 |
| 1685493 | 1685493 | 512560 512560 | 130380 | 2 | 0.334271340633088 |
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)
);