consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 119863
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 354177 | 354177 | 119863 119863 | 25403 | 2 | 0.312604376173516 |
| 354178 | 354178 | 119863 119863 | 135193 | 5 | 0.312604376173516 |
| 354179 | 354179 | 119863 119863 | 150886 | 2 | 0.156302188086758 |
| 354180 | 354180 | 119863 119863 | 165863 | 1 | 0.104201458724505 |
| 354181 | 354181 | 119863 119863 | 297218 | 2 | 0.0902411103668174 |
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)
);