consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100731
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298072 | 298072 | 100731 100731 | 9184 | 1 | 0.332812078828089 |
| 298073 | 298073 | 100731 100731 | 73715 | 5 | 0.191150343736485 |
| 298074 | 298074 | 100731 100731 | 75792 | 7 | 0.233362103289945 |
| 298075 | 298075 | 100731 100731 | 170838 | 1 | 0.110937359609363 |
| 298076 | 298076 | 100731 100731 | 188482 | 1 | 0.110937359609363 |
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)
);