consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 183936
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 765861 | 765861 | 268208 268208 | 183936 | 1 | 0.0831758034026465 |
| 808727 | 808727 | 281571 281571 | 183936 | 1 | 0.0811688071765298 |
| 839505 | 839505 | 291146 291146 | 183936 | 1 | 0.0754716981132075 |
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)
);