consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 58255
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 162668 | 162668 | 58255 58255 | 39254 | 2 | 0.185421886390304 |
| 162669 | 162669 | 58255 58255 | 84922 | 16 | 0.454189008800558 |
| 162670 | 162670 | 58255 58255 | 164740 | 1 | 0.113547252200139 |
| 162671 | 162671 | 58255 58255 | 211325 | 3 | 0.227094504400279 |
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)
);