consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 528282
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 1725266 | 1725266 | 528282 528282 | 26663 | 2 | 0.302363579780904 |
| 1725267 | 1725267 | 528282 528282 | 97454 | 4 | 0.370318243632264 |
| 1725268 | 1725268 | 528282 528282 | 225095 | 1 | 0.261854541269466 |
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)
);