consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 266711
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 759835 | 759835 | 266711 266711 | 181723 | 3 | 0.238586507280263 |
| 759836 | 759836 | 266711 266711 | 200748 | 1 | 0.15030008137165 |
| 759837 | 759837 | 266711 266711 | 205365 | 1 | 0.075150040685825 |
| 759838 | 759838 | 266711 266711 | 223508 | 2 | 0.3006001627433 |
| 759839 | 759839 | 266711 266711 | 250489 | 1 | 0.100200054247767 |
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)
);