consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192423
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 207860 | 207860 | 73640 73640 | 192423 | 1 | 0.0437779906381737 |
| 706441 | 706441 | 251081 251081 | 192423 | 3 | 0.118552872061466 |
| 1607626 | 1607626 | 485687 485687 | 192423 | 2 | 0.238558281644992 |
| 1714152 | 1714152 | 525314 525314 | 192423 | 2 | 0.238558281644992 |
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)
);