consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 249260
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 699439 | 699439 | 249260 249260 | 34592 | 10 | 0.488542163827638 |
| 699440 | 699440 | 249260 249260 | 206639 | 1 | 0.120293191135967 |
| 699441 | 699441 | 249260 249260 | 258892 | 2 | 0.173628265710074 |
| 699442 | 699442 | 249260 249260 | 270508 | 3 | 0.182156028992215 |
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)
);