consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 74047
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 211299 | 211299 | 74047 74047 | 11329 | 1 | 0.185636416479747 |
| 211300 | 211300 | 74047 74047 | 55054 | 8 | 0.371272832959494 |
| 211301 | 211301 | 74047 74047 | 55059 | 2 | 0.107177235025979 |
| 211302 | 211302 | 74047 74047 | 147821 | 1 | 0.185636416479747 |
| 211303 | 211303 | 74047 74047 | 269664 | 1 | 0.123757610986498 |
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)
);