consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 290646
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 837698 | 837698 | 290646 290646 | 72972 | 4 | 0.243057379304579 |
| 837699 | 837699 | 290646 290646 | 209559 | 2 | 0.42098773011007 |
| 837700 | 837700 | 290646 290646 | 316716 | 4 | 0.297683278757163 |
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)
);