consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 220576
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 560847 | 560847 | 220576 220576 | 40819 | 7 | 0.338519450428135 |
| 560848 | 560848 | 220576 220576 | 93097 | 2 | 0.138276408673966 |
| 560849 | 560849 | 220576 220576 | 188623 | 3 | 0.190994565203737 |
| 560850 | 560850 | 220576 220576 | 192623 | 6 | 0.30919544947953 |
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)
);