consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256087
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724719 | 724719 | 256087 256087 | 69425 | 7 | 0.421857826588015 |
| 724720 | 724720 | 256087 256087 | 73982 | 1 | 0.257125225371907 |
| 724721 | 724721 | 256087 256087 | 192092 | 1 | 0.171416816914605 |
| 724722 | 724722 | 256087 256087 | 216936 | 1 | 0.102850090148763 |
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)
);