consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 255168
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 722015 | 722015 | 255168 255168 | 65360 | 3 | 0.235040443000064 |
| 722016 | 722016 | 255168 255168 | 117306 | 7 | 0.364022571583887 |
| 722017 | 722017 | 255168 255168 | 188805 | 2 | 0.232044869740556 |
| 722018 | 722018 | 255168 255168 | 199054 | 2 | 0.142097882073737 |
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)
);