consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 102712
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 303715 | 303715 | 102712 102712 | 3821 | 2 | 0.262666654095878 |
| 303716 | 303716 | 102712 102712 | 121946 | 4 | 0.262666654095878 |
| 303717 | 303717 | 102712 102712 | 133728 | 1 | 0.262666654095878 |
| 303718 | 303718 | 102712 102712 | 206636 | 2 | 0.185733372302777 |
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)
);