consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 92187
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 271770 | 271770 | 92187 92187 | 33717 | 4 | 0.298836798618108 |
| 271771 | 271771 | 92187 92187 | 187775 | 2 | 0.190939711772072 |
| 271772 | 271772 | 92187 92187 | 187777 | 4 | 0.467704865475668 |
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)
);