consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 262194
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 745170 | 745170 | 262194 262194 | 3037 | 3 | 0.336 |
| 745171 | 745171 | 262194 262194 | 133090 | 1 | 0.336 |
| 745172 | 745172 | 262194 262194 | 210014 | 1 | 0.112 |
| 745173 | 745173 | 262194 262194 | 216292 | 1 | 0.168 |
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)
);