consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 174804
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296299 | 296299 | 100232 100232 | 174804 | 4 | 0.342192740328441 |
| 296718 | 296718 | 100377 100377 | 174804 | 1 | 0.0721313583727304 |
| 459996 | 459996 | 165375 165375 | 174804 | 1 | 0.0721313583727304 |
| 862964 | 862964 | 298203 298203 | 174804 | 2 | 0.378215755093999 |
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)
);