consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 13540
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 44321 | 44321 | 13540 13540 | 40706 | 1 | 0.158858879979502 |
| 44322 | 44322 | 13540 13540 | 62653 | 2 | 0.336990573855618 |
| 44323 | 44323 | 13540 13540 | 110495 | 5 | 0.361177554183328 |
| 44324 | 44324 | 13540 13540 | 225451 | 1 | 0.0953153279877014 |
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)
);