consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 281211
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 807641 | 807641 | 281211 281211 | 1592 | 1 | 0.267039233266344 |
| 807642 | 807642 | 281211 281211 | 34912 | 1 | 0.0762969237903839 |
| 807643 | 807643 | 281211 281211 | 47109 | 10 | 0.380095687819017 |
| 807644 | 807644 | 281211 281211 | 47110 | 2 | 0.154175173210515 |
| 807645 | 807645 | 281211 281211 | 68790 | 1 | 0.0890130777554479 |
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)
);