consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 153852
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 307758 | 307758 | 103998 103998 | 153852 | 1 | 0.0589193935616383 |
| 933502 | 933502 | 332601 332601 | 153852 | 1 | 0.0621017824018066 |
| 1658088 | 1658088 | 502434 502434 | 153852 | 1 | 0.0592116813644363 |
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)
);