consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266426
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759019 | 759019 | 266426 266426 | 8357 | 5 | 0.405195752157972 |
| 759020 | 759020 | 266426 266426 | 115382 | 3 | 0.321604081614305 |
| 759021 | 759021 | 266426 266426 | 140283 | 1 | 0.135065250719324 |
| 759022 | 759022 | 266426 266426 | 169392 | 1 | 0.101298938039493 |
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)
);