consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 269444
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 770190 | 770190 | 269444 269444 | 3407 | 4 | 0.296721794795904 |
| 770191 | 770191 | 269444 269444 | 4607 | 3 | 0.280068080120663 |
| 770192 | 770192 | 269444 269444 | 224063 | 1 | 0.117621223182556 |
| 770193 | 770193 | 269444 269444 | 250485 | 2 | 0.203725934600585 |
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)
);