consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 86866
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 255992 | 255992 | 86866 86866 | 1479 | 1 | 0.0827780700230829 |
| 255993 | 255993 | 86866 86866 | 2309 | 4 | 0.331112280092331 |
| 255994 | 255994 | 86866 86866 | 3164 | 1 | 0.165556140046166 |
| 255995 | 255995 | 86866 86866 | 33652 | 1 | 0.165556140046166 |
| 255996 | 255996 | 86866 86866 | 333053 | 2 | 0.110370760030777 |
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)
);