consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inchi_id = 296458
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 188321 | 188321 | 67033 67033 | 296458 | 1 | 0.0866261398176292 |
| 240454 | 240454 | 81723 81723 | 296458 | 1 | 0.0862068965517241 |
| 552207 | 552207 | 218138 218138 | 296458 | 1 | 0.0862068965517241 |
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)
);