consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
6 rows where inventory_id = 68329
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192279 | 192279 | 68329 68329 | 40573 | 8 | 0.396600566572238 |
| 192280 | 192280 | 68329 68329 | 55646 | 1 | 0.0793201133144476 |
| 192281 | 192281 | 68329 68329 | 183041 | 1 | 0.0991501416430595 |
| 192282 | 192282 | 68329 68329 | 233679 | 1 | 0.198300283286119 |
| 192283 | 192283 | 68329 68329 | 261947 | 1 | 0.132200188857413 |
| 192284 | 192284 | 68329 68329 | 307808 | 1 | 0.0661000944287063 |
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)
);