consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100275
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 296421 | 296421 | 100275 100275 | 277 | 3 | 0.295328293300334 |
| 296422 | 296422 | 100275 100275 | 56070 | 1 | 0.0930225833396545 |
| 296423 | 296423 | 100275 100275 | 115554 | 1 | 0.124030111119539 |
| 296424 | 296424 | 100275 100275 | 120052 | 7 | 0.337011020166746 |
| 296425 | 296425 | 100275 100275 | 224723 | 1 | 0.124030111119539 |
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)
);