consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 130529
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 381454 | 381454 | 130529 130529 | 65477 | 1 | 0.318995070807256 |
| 381455 | 381455 | 130529 130529 | 145640 | 4 | 0.318995070807256 |
| 381456 | 381456 | 130529 130529 | 160549 | 1 | 0.106331690269085 |
| 381457 | 381457 | 130529 130529 | 223004 | 3 | 0.159497535403628 |
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)
);