consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 40669
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 116609 | 116609 | 40669 40669 | 356 | 3 | 0.364856875231752 |
| 116610 | 116610 | 40669 40669 | 126267 | 7 | 0.392921403804559 |
| 116611 | 116611 | 40669 40669 | 155482 | 1 | 0.114922714325838 |
| 116612 | 116612 | 40669 40669 | 296295 | 1 | 0.0919381714606703 |
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)
);