consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 68242
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 192065 | 192065 | 68242 68242 | 11974 | 2 | 0.132059705981305 |
| 192066 | 192066 | 68242 68242 | 60382 | 8 | 0.36329785298783 |
| 192067 | 192067 | 68242 68242 | 162694 | 2 | 0.198089558971957 |
| 192068 | 192068 | 68242 68242 | 170713 | 2 | 0.280140940862647 |
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)
);