consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260201
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 738079 | 738079 | 260201 260201 | 378 | 3 | 0.266231787056971 |
| 738080 | 738080 | 260201 260201 | 101842 | 5 | 0.334267633286617 |
| 738081 | 738081 | 260201 260201 | 203338 | 2 | 0.271509686161382 |
| 738082 | 738082 | 260201 260201 | 223500 | 1 | 0.0959931701212724 |
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)
);