consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 315901
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 898539 | 898539 | 315901 315901 | 116823 | 2 | 0.267438925178557 |
| 898540 | 898540 | 315901 315901 | 186761 | 2 | 0.378215755093999 |
| 898541 | 898541 | 315901 315901 | 187121 | 1 | 0.0945539387734997 |
| 898542 | 898542 | 315901 315901 | 237723 | 1 | 0.126071918364666 |
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)
);