consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inchi_id = 91113
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 120641 | 120641 | 41997 41997 | 91113 | 12 | 0.493944002917862 |
| 244624 | 244624 | 83249 83249 | 91113 | 2 | 0.401031052485061 |
| 250917 | 250917 | 85286 85286 | 91113 | 9 | 0.495131380478559 |
| 275251 | 275251 | 93338 93338 | 91113 | 2 | 0.0649234869319419 |
| 1631787 | 1631787 | 493170 493170 | 91113 | 10 | 0.524727828094772 |
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)
);