consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
5 rows where inventory_id = 292256
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 843483 | 843483 | 292256 292256 | 717 | 1 | 0.279602365688412 |
| 843484 | 843484 | 292256 292256 | 12878 | 2 | 0.161428501096261 |
| 843485 | 843485 | 292256 292256 | 124733 | 2 | 0.114147187801946 |
| 843486 | 843486 | 292256 292256 | 133054 | 4 | 0.279602365688412 |
| 843487 | 843487 | 292256 292256 | 228616 | 1 | 0.139801182844206 |
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)
);