consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
8 rows where inventory_id = 74008
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211096 | 211096 | 74008 74008 | 54015 | 7 | 0.306396770759698 |
| 211097 | 211097 | 74008 74008 | 63028 | 2 | 0.0845723654048254 |
| 211098 | 211098 | 74008 74008 | 68368 | 4 | 0.239206772314954 |
| 211099 | 211099 | 74008 74008 | 172476 | 2 | 0.0738208126036337 |
| 211100 | 211100 | 74008 74008 | 235091 | 1 | 0.1127631538731 |
| 211101 | 211101 | 74008 74008 | 235092 | 1 | 0.0422861827024127 |
| 211102 | 211102 | 74008 74008 | 315679 | 1 | 0.0676578923238603 |
| 211103 | 211103 | 74008 74008 | 315682 | 1 | 0.0563815769365502 |
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)
);