consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 201763
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 504344 | 504344 | 201763 201763 | 15715 | 2 | 0.22795274768709 |
| 504345 | 504345 | 201763 201763 | 88168 | 8 | 0.45590549537418 |
| 504346 | 504346 | 201763 201763 | 140562 | 2 | 0.131608580239656 |
| 504347 | 504347 | 201763 201763 | 213768 | 1 | 0.15196849845806 |
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)
);