consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 133230
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 387833 | 387833 | 133230 133230 | 11210 | 1 | 0.371112105606836 |
| 387834 | 387834 | 133230 133230 | 100630 | 4 | 0.371112105606836 |
| 387835 | 387835 | 133230 133230 | 307299 | 4 | 0.220664578225645 |
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)
);