consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 256117
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 724797 | 724797 | 256117 256117 | 69428 | 12 | 0.459228747910789 |
| 724798 | 724798 | 256117 256117 | 83540 | 1 | 0.153076249303596 |
| 724799 | 724799 | 256117 256117 | 137506 | 2 | 0.229614373955394 |
| 724800 | 724800 | 256117 256117 | 172090 | 2 | 0.132567920612954 |
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)
);