consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
3 rows where inventory_id = 256890
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 727563 | 727563 | 256890 256890 | 1308 | 1 | 0.166209072702083 |
| 727564 | 727564 | 256890 256890 | 75038 | 14 | 0.573070813255434 |
| 727565 | 727565 | 256890 256890 | 76289 | 1 | 0.221612096936111 |
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)
);