consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 192457
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 172500 | 172500 | 61573 61573 | 192457 | 1 | 0.104349570633596 |
| 715514 | 715514 | 253184 253184 | 192457 | 1 | 0.0899380592705794 |
| 719303 | 719303 | 254310 254310 | 192457 | 1 | 0.0758798080241069 |
| 824167 | 824167 | 286022 286022 | 192457 | 1 | 0.0770330413609143 |
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)
);