consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 83553
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 245555 | 245555 | 83553 83553 | 34553 | 1 | 0.10527712329485 |
| 245556 | 245556 | 83553 83553 | 62798 | 12 | 0.417466584435164 |
| 245557 | 245557 | 83553 83553 | 75277 | 2 | 0.31583136988455 |
| 245558 | 245558 | 83553 83553 | 264278 | 2 | 0.12633254795382 |
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)
);