consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 256200
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 725094 | 725094 | 256200 256200 | 71540 | 2 | 0.281535588398491 |
| 725095 | 725095 | 256200 256200 | 288831 | 2 | 0.114936422668422 |
| 725096 | 725096 | 256200 256200 | 316542 | 1 | 0.281535588398491 |
| 725097 | 725097 | 256200 256200 | 335073 | 3 | 0.223454944595125 |
| 725098 | 725098 | 256200 256200 | 339870 | 1 | 0.0703838970996227 |
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)
);