consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 100858
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 298485 | 298485 | 100858 100858 | 73543 | 1 | 0.161484303208627 |
| 298486 | 298486 | 100858 100858 | 75992 | 1 | 0.12111322740647 |
| 298487 | 298487 | 100858 100858 | 75998 | 9 | 0.415294341752449 |
| 298488 | 298488 | 100858 100858 | 190614 | 1 | 0.161484303208627 |
| 298489 | 298489 | 100858 100858 | 332721 | 2 | 0.108326963782103 |
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)
);