consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 66288
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 185831 | 185831 | 66288 66288 | 9679 | 1 | 0.194805194805195 |
| 185832 | 185832 | 66288 66288 | 18213 | 1 | 0.194805194805195 |
| 185833 | 185833 | 66288 66288 | 46868 | 1 | 0.194805194805195 |
| 185834 | 185834 | 66288 66288 | 47595 | 11 | 0.38961038961039 |
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)
);