consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256253
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 725271 | 725271 | 256253 256253 | 72002 | 3 | 0.210533013717831 |
| 725272 | 725272 | 256253 256253 | 112688 | 1 | 0.303641148570065 |
| 725273 | 725273 | 256253 256253 | 148419 | 1 | 0.151820574285033 |
| 725274 | 725274 | 256253 256253 | 229559 | 4 | 0.303641148570065 |
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)
);