consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 287551
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 828900 | 828900 | 287551 287551 | 61022 | 1 | 0.158487600825217 |
| 828901 | 828901 | 287551 287551 | 64665 | 5 | 0.275942940347688 |
| 828902 | 828902 | 287551 287551 | 130787 | 1 | 0.316975201650434 |
| 828903 | 828903 | 287551 287551 | 317423 | 3 | 0.219778329753894 |
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)
);