consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66015
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 185095 | 185095 | 66015 66015 | 12933 | 8 | 0.301410096449074 |
| 185096 | 185096 | 66015 66015 | 187222 | 4 | 0.142086082078154 |
| 185097 | 185097 | 66015 66015 | 189333 | 1 | 0.106564561558616 |
| 185098 | 185098 | 66015 66015 | 198900 | 4 | 0.426258246234463 |
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)
);