consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102114
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 301637 | 301637 | 102114 102114 | 1432 | 9 | 0.46316639393677 |
| 301638 | 301638 | 102114 102114 | 4642 | 1 | 0.135074262170748 |
| 301639 | 301639 | 102114 102114 | 150091 | 1 | 0.180099016227664 |
| 301640 | 301640 | 102114 102114 | 264847 | 1 | 0.180099016227664 |
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)
);