consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 130163
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 380602 | 380602 | 130163 130163 | 145712 | 2 | 0.23918359109342 |
| 380603 | 380603 | 130163 130163 | 148068 | 1 | 0.338256678421415 |
| 380604 | 380604 | 130163 130163 | 223008 | 2 | 0.11959179554671 |
| 380605 | 380605 | 130163 130163 | 263954 | 1 | 0.112752226140472 |
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)
);