consensus_index
Data license: CC-BY-4.0 · Data source: ZeroPM GitHub · About: ZeroPM Website
4 rows where inventory_id = 260148
Download this data as a CSV Spreadsheet (All Rows)
| Link | rowid ▼ | inventory_id | inchi_id | consensus_score | consensus_count |
|---|---|---|---|---|---|
| 737872 | 737872 | 260148 260148 | 356 | 3 | 0.378892253019198 |
| 737873 | 737873 | 260148 260148 | 126267 | 7 | 0.369568198691284 |
| 737874 | 737874 | 260148 260148 | 155482 | 1 | 0.119343581305246 |
| 737875 | 737875 | 260148 260148 | 296295 | 1 | 0.0954748650441964 |
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)
);