consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 40335
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 115637 | 115637 | 40335 40335 | 166 | 2 | 0.27885552751669 |
| 115638 | 115638 | 40335 40335 | 119013 | 3 | 0.27885552751669 |
| 115639 | 115639 | 40335 40335 | 180177 | 1 | 0.0929518425055632 |
| 115640 | 115640 | 40335 40335 | 204208 | 2 | 0.139427763758345 |
| 115641 | 115641 | 40335 40335 | 224842 | 4 | 0.135382064104458 |
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)
);