consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 118416
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 350434 | 350434 | 118416 118416 | 37969 | 5 | 0.435421126968886 |
| 350435 | 350435 | 118416 118416 | 57621 | 3 | 0.274298121718524 |
| 350436 | 350436 | 118416 118416 | 212594 | 2 | 0.145140375656295 |
| 350437 | 350437 | 118416 118416 | 242987 | 1 | 0.108855281742221 |
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)
);