consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 129463
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 378785 | 378785 | 129463 129463 | 61360 | 1 | 0.189189189189189 |
| 378786 | 378786 | 129463 129463 | 64196 | 1 | 0.378378378378378 |
| 378787 | 378787 | 129463 129463 | 108272 | 4 | 0.378378378378378 |
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)
);