consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 242963
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 142169 | 142169 | 50641 50641 | 242963 | 1 | 0.0506962813255268 |
| 151143 | 151143 | 54178 54178 | 242963 | 2 | 0.131982023015764 |
| 727163 | 727163 | 256769 256769 | 242963 | 3 | 0.102704053103362 |
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)
);