consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 93270
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 275063 | 275063 | 93270 93270 | 13878 | 2 | 0.223493021051863 |
| 275064 | 275064 | 93270 93270 | 38044 | 10 | 0.398399208665299 |
| 275065 | 275065 | 93270 93270 | 138653 | 2 | 0.223493021051863 |
| 275066 | 275066 | 93270 93270 | 211234 | 2 | 0.122412169075082 |
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)
);