consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 266213
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 758233 | 758233 | 266213 266213 | 8159 | 5 | 0.310480246469054 |
| 758234 | 758234 | 266213 266213 | 8163 | 2 | 0.356648148378076 |
| 758235 | 758235 | 266213 266213 | 165178 | 1 | 0.178324074189038 |
| 758236 | 758236 | 266213 266213 | 279425 | 1 | 0.118882716126025 |
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)
);