consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 292662
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 328256 | 328256 | 110652 110652 | 292662 | 1 | 0.0473933649289099 |
| 572158 | 572158 | 224228 224228 | 292662 | 1 | 0.0473933649289099 |
| 950946 | 950946 | 341143 341143 | 292662 | 1 | 0.0469483568075117 |
| 1749285 | 1749285 | 535823 535823 | 292662 | 1 | 0.047068891741549 |
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)
);