consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 277553
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 795302 | 795302 | 277553 277553 | 106561 | 2 | 0.162444779253074 |
| 795303 | 795303 | 277553 277553 | 118054 | 3 | 0.397906820549084 |
| 795304 | 795304 | 277553 277553 | 147054 | 1 | 0.198953410274542 |
| 795305 | 795305 | 277553 277553 | 183092 | 2 | 0.114865804978201 |
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)
);