consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inchi_id = 260006
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 111 | 111 | 29 29 | 260006 | 1 | 0.0224492352504726 |
| 375172 | 375172 | 128016 128016 | 260006 | 1 | 0.015199322052197 |
| 724690 | 724690 | 256079 256079 | 260006 | 3 | 0.0253681229886404 |
| 1760487 | 1760487 | 540440 540440 | 260006 | 2 | 0.028696780617666 |
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)
);