consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 229383
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 587132 | 587132 | 229383 229383 | 6575 | 8 | 0.375949046050339 |
| 587133 | 587133 | 229383 229383 | 19707 | 6 | 0.447081280441548 |
| 587134 | 587134 | 229383 229383 | 290900 | 1 | 0.149027093480516 |
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)
);